Skip to content

Commit

Permalink
Set 'spring.docker.compose.readiness.wait' property in devtools
Browse files Browse the repository at this point in the history
Default 'spring.docker.compose.readiness.wait' to `ONLY_IF_STARTED`
when using devtools.

See gh-35435
  • Loading branch information
philwebb committed May 17, 2023
1 parent 6ad71c9 commit 9bacf42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ spring.template.provider.cache=false
spring.thymeleaf.cache=false
spring.web.resources.cache.period=0
spring.web.resources.chain.cache=false
spring.docker.compose.readiness.wait=only-if-started

0 comments on commit 9bacf42

Please sign in to comment.