Add 'enableSpringElCompiler' to ThymeleafProperties

See gh-10869
This commit is contained in:
Kazuki Shimizu
2017-11-02 22:12:43 +09:00
committed by Stephane Nicoll
parent 8136869f67
commit cf350cf85b
5 changed files with 55 additions and 2 deletions

View File

@@ -453,6 +453,7 @@ content into your application; rather pick only the properties that you need.
spring.thymeleaf.check-template=true # Check that the template exists before rendering it.
spring.thymeleaf.check-template-location=true # Check that the templates location exists.
spring.thymeleaf.enabled=true # Enable Thymeleaf view resolution for Web frameworks.
spring.thymeleaf.enable-spring-el-compiler=false # Enable the SpringEL compiler in SpringEL expressions.
spring.thymeleaf.encoding=UTF-8 # Template files encoding.
spring.thymeleaf.excluded-view-names= # Comma-separated list of view names that should be excluded from resolution.
spring.thymeleaf.mode=HTML5 # Template mode to be applied to templates. See also StandardTemplateModeHandlers.