Add Freemarker prefer-file-system-access support
Add a `spring.freemarker.prefer-file-system-access` property and update FreeMarkerAutoConfiguration to support it. Fixes gh-2901
This commit is contained in:
@@ -197,6 +197,7 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.freemarker.expose-session-attributes=false
|
||||
spring.freemarker.expose-spring-macro-helpers=false
|
||||
spring.freemarker.prefix=
|
||||
spring.freemarker.prefer-file-system-access=true # prefer file system access for template loading
|
||||
spring.freemarker.request-context-attribute=
|
||||
spring.freemarker.settings.*=
|
||||
spring.freemarker.suffix=.ftl
|
||||
|
||||
Reference in New Issue
Block a user