We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2938c89 commit 3ff6e3eCopy full SHA for 3ff6e3e
1 file changed
synt/synt-dagpenger/src/main/resources/application.yml
@@ -1,11 +1,6 @@
1
-management:
2
- endpoints:
3
- web:
4
- exposure:
5
- include: health,info
6
- endpoint:
7
- health:
8
- show-details: always
+spring:
+ config:
+ import: "dolly-application.yml"
9
10
springdoc:
11
api-docs:
@@ -24,9 +19,3 @@ server:
24
19
servlet:
25
20
context-path: /
26
21
shutdown: graceful
27
-
28
29
30
31
32
0 commit comments