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 e94b410 commit aff8c04Copy full SHA for aff8c04
pom.xml
@@ -100,7 +100,7 @@
100
<dependency>
101
<groupId>com.github.soat-tech-challenge</groupId>
102
<artifactId>service-common</artifactId>
103
- <version>5.1.1</version>
+ <version>5.1.2</version>
104
</dependency>
105
106
<groupId>org.springframework.boot</groupId>
src/main/resources/application-prod.yml
@@ -2,5 +2,5 @@ spring:
2
devtools:
3
add-properties: false
4
5
-info:
+app:
6
ecs_metadata_url_v4: "${ECS_CONTAINER_METADATA_URI_V4:unknown}"
0 commit comments