Skip to content

Commit 9bacf42

Browse files
committed
Set 'spring.docker.compose.readiness.wait' property in devtools
Default 'spring.docker.compose.readiness.wait' to `ONLY_IF_STARTED` when using devtools. See gh-35435
1 parent 6ad71c9 commit 9bacf42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-devtools/src/main/resources/org/springframework/boot/devtools/env/devtools-property-defaults.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ spring.template.provider.cache=false
1414
spring.thymeleaf.cache=false
1515
spring.web.resources.cache.period=0
1616
spring.web.resources.chain.cache=false
17+
spring.docker.compose.readiness.wait=only-if-started

0 commit comments

Comments
 (0)