kdayun-template/modules/kdayun-app/src/main/resources/application-freemarker.yml

22 lines
712 B
YAML

spring:
freemarker:
allow-request-override: false
allow-session-override: false
cache: false
charset: UTF-8
check-template-location: true
content-type: text/html
enabled: true
expose-request-attributes: false
expose-session-attributes: false
expose-spring-macro-helpers: true
prefer-file-system-access: true
suffix: .ftl
template-loader-path: classpath:/view/
settings.template_update_delay: 0
settings.default_encoding: UTF-8
settings.classic_compatible: true
settings.date_format: yyyy-MM-dd
settings.time_format: HH:mm:ss
settings.datetime_format: yyyy-MM-dd HH:mm:ss
request-context-attribute : request