From 78ae9d79ec05632bf5c981241ce6237d51832cd6 Mon Sep 17 00:00:00 2001 From: Dima Denysenko Date: Sat, 18 Nov 2023 17:27:04 +0200 Subject: [PATCH] style: format source accordingly to guides & conventions --- .github/dependabot.yml | 12 ++++++------ src/main/resources/application.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 365d9c0..aed0934 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,9 @@ # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates -version: 2 -updates: - - package-ecosystem: "maven" - directory: "/" # Location of package manifests - schedule: - interval: "weekly" +version : 2 +updates : + - package-ecosystem : "maven" + directory : "/" # Location of package manifests + schedule : + interval : "weekly" diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0061ad5..5dc3fae 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -68,7 +68,7 @@ management : metrics : export : step : 20s - enabled: true + enabled : true zipkin : tracing : endpoint : ${TEMPO_URL:http://localhost:9411/api/v2/spans} @@ -97,7 +97,7 @@ server : port : ${SERVER_PORT:8080} shutdown : graceful forward-headers-strategy : framework - tomcat: + tomcat : redirect-context-root : false embedded :