From fd5fe9764636e236a2170364c1bf92bdf1ff0cf8 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 17 Jan 2023 15:42:34 +0100 Subject: [PATCH] Remove spring.reactor.debug from devtools property defaults Closes gh-33858 --- .../boot/devtools/env/devtools-property-defaults.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-devtools/src/main/resources/org/springframework/boot/devtools/env/devtools-property-defaults.properties b/spring-boot-project/spring-boot-devtools/src/main/resources/org/springframework/boot/devtools/env/devtools-property-defaults.properties index e7d0dafe62a..053817b051d 100644 --- a/spring-boot-project/spring-boot-devtools/src/main/resources/org/springframework/boot/devtools/env/devtools-property-defaults.properties +++ b/spring-boot-project/spring-boot-devtools/src/main/resources/org/springframework/boot/devtools/env/devtools-property-defaults.properties @@ -9,8 +9,7 @@ spring.groovy.template.cache=false spring.h2.console.enabled=true spring.mustache.servlet.cache=false spring.mvc.log-resolved-exception=true -spring.reactor.debug=true spring.template.provider.cache=false spring.thymeleaf.cache=false spring.web.resources.cache.period=0 -spring.web.resources.chain.cache=false \ No newline at end of file +spring.web.resources.chain.cache=false