Polish "Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools"

See gh-34140
This commit is contained in:
Johnny Lim
2023-02-09 23:35:20 +09:00
committed by Andy Wilkinson
parent 33aef7fe27
commit 70d561a929
3 changed files with 6 additions and 6 deletions

View File

@@ -9,8 +9,8 @@ spring.groovy.template.cache=false
spring.h2.console.enabled=true
spring.mustache.servlet.cache=false
spring.mvc.log-resolved-exception=true
spring.reactor.netty.shutdown-quiet-period=0s
spring.template.provider.cache=false
spring.thymeleaf.cache=false
spring.web.resources.cache.period=0
spring.web.resources.chain.cache=false
spring.reactor.netty.shutdown-quiet-period=0s