Remove support for Thymeleaf
Closes gh-28611
This commit is contained in:
committed by
Andy Wilkinson
parent
22cc9ca6fa
commit
015dca1956
@@ -61,7 +61,6 @@ public class DevToolsPropertyDefaultsPostProcessor implements EnvironmentPostPro
|
||||
|
||||
static {
|
||||
Map<String, Object> properties = new HashMap<>();
|
||||
properties.put("spring.thymeleaf.cache", "false");
|
||||
properties.put("spring.freemarker.cache", "false");
|
||||
properties.put("spring.groovy.template.cache", "false");
|
||||
properties.put("spring.mustache.cache", "false");
|
||||
|
||||
Reference in New Issue
Block a user