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 74cf837..6fef80b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -67,7 +67,7 @@ server : port : ${SERVER_PORT:8080} shutdown : graceful forward-headers-strategy : framework - tomcat: + tomcat : redirect-context-root : false management : @@ -104,7 +104,7 @@ management : metrics : export : step : 20s - enabled: true + enabled : true zipkin : tracing : endpoint : ${TEMPO_URL:http://localhost:9411/api/v2/spans}