You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
384 B
19 lines
384 B
server:
|
|
port: 8012
|
|
spring:
|
|
freemarker:
|
|
cache: false
|
|
charset: UTF-8
|
|
check-template-location: true
|
|
content-type: text/html
|
|
expose-request-attributes: true
|
|
expose-session-attributes: true
|
|
request-context-attribute: request
|
|
suffix: .ftl
|
|
template-loader-path: classpath:/web/
|
|
http:
|
|
encoding:
|
|
charset: utf8
|
|
profiles:
|
|
active: window
|