mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Remove System.out.println in DevToolsPropertyDefaultsPostProcessor
See gh-24325
This commit is contained in:
-1
@@ -104,7 +104,6 @@ public class DevToolsPropertyDefaultsPostProcessor implements EnvironmentPostPro
|
||||
String prefix = determineResourcePropertiesPrefix(environment);
|
||||
resourceProperties.put(prefix + "cache.period", "0");
|
||||
resourceProperties.put(prefix + "chain.cache", "false");
|
||||
System.out.println(resourceProperties);
|
||||
return resourceProperties;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user