Skip to content

Commit 374b1cd

Browse files
committed
remove devtools settings and enable clone-on-start
1 parent b4f963f commit 374b1cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ spring:
77
name: configa
88
main:
99
banner-mode: off
10-
devtools:
11-
restart:
12-
enabled: false
1310
output:
1411
ansi:
1512
enabled: ALWAYS
@@ -37,6 +34,7 @@ spring:
3734
git:
3835
uri: https://github.com/codaholichq/data
3936
default-label: main
37+
clone-on-start: true
4038
refresh:
4139
additionalPropertySourcesToRetain:
4240
- configServerClient

0 commit comments

Comments
 (0)