We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa331f1 commit 77784ccCopy full SHA for 77784cc
pom.xml
@@ -45,7 +45,7 @@
45
<dependency>
46
<groupId>com.github.soat-tech-challenge</groupId>
47
<artifactId>service-common</artifactId>
48
- <version>5.1.1</version>
+ <version>5.1.2</version>
49
</dependency>
50
51
<groupId>org.springframework.boot</groupId>
src/main/resources/application-prod.yml
@@ -7,5 +7,5 @@ spring:
7
devtools:
8
add-properties: false
9
10
-info:
+app:
11
ecs_metadata_url_v4: "${ECS_CONTAINER_METADATA_URI_V4:unknown}"
0 commit comments