spring-boot/spring-boot-samples/spring-boot-sample-jpa/src
Brian Clozel 7a9d1a1e34 Change default Freemarker template file extension
This commit changes the default file extension for Freemarker templates
from `*.ftl` to `*.ftlh`. This commit also enables by default the
Freemarker setting `"recognize_standard_file_extensions"` to ensure that
HTML escaping is performed by default in Spring Boot applications.

Applications should adapt to this change by changing the file extensions
of existing templates to `.ftlh`.

Closes gh-15131
2019-06-12 15:52:04 +02:00
..
main Change default Freemarker template file extension 2019-06-12 15:52:04 +02:00
test/java/sample/jpa Merge branch '2.1.x' 2019-06-07 11:00:44 +01:00