Skip to content

Commit 3ff6e3e

Browse files
committed
Added missing import of dolly-application.yml.
1 parent 2938c89 commit 3ff6e3e

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
management:
2-
endpoints:
3-
web:
4-
exposure:
5-
include: health,info
6-
endpoint:
7-
health:
8-
show-details: always
1+
spring:
2+
config:
3+
import: "dolly-application.yml"
94

105
springdoc:
116
api-docs:
@@ -24,9 +19,3 @@ server:
2419
servlet:
2520
context-path: /
2621
shutdown: graceful
27-
28-
29-
30-
31-
32-

0 commit comments

Comments
 (0)