You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reinstate `web` logging when devtools is in use, making use of the new
logging groups support. Devtools now also logs an `INFO` message
informing that properties defaults are offers an easy way to disable
them.
Closesgh-14450
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/env/DevToolsPropertyDefaultsPostProcessor.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-devtools/src/main/resources/META-INF/additional-spring-configuration-metadata.json
+7-1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@
19
19
"reason": "Remote debug is no longer supported.",
20
20
"level": "error"
21
21
}
22
+
},
23
+
{
24
+
"name": "spring.devtools.add-properties",
25
+
"type": "java.lang.Boolean",
26
+
"description": "Whether to enable devtool property defaults.",
0 commit comments