Remove System.out.println in DevToolsPropertyDefaultsPostProcessor
See gh-24325
This commit is contained in:
parent
6c6e339dbb
commit
faec47d332
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue