mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
Add auto-configuration to automatically apply properties that make sense during application development. Currently the single property `spring.thymeleaf.cache` is set to `false`. Closes gh-3083