|
|
|
@ -1,8 +1,6 @@
|
|
|
|
|
server.port = 8012 |
|
|
|
|
spring.http.encoding.charset = utf8 |
|
|
|
|
|
|
|
|
|
## Freemarker 配置 |
|
|
|
|
## 文件配置路径 |
|
|
|
|
spring.freemarker.template-loader-path = classpath:/web/ |
|
|
|
|
spring.freemarker.cache = false |
|
|
|
|
spring.freemarker.charset = UTF-8 |
|
|
|
@ -12,17 +10,12 @@ spring.freemarker.expose-request-attributes = true
|
|
|
|
|
spring.freemarker.expose-session-attributes = true |
|
|
|
|
spring.freemarker.request-context-attribute = request |
|
|
|
|
spring.freemarker.suffix = .ftl |
|
|
|
|
|
|
|
|
|
#=============================================#spring Redisson配置#===================================# |
|
|
|
|
spring.redisson.address = 192.168.1.204:6379 |
|
|
|
|
#Redisson配置end |
|
|
|
|
|
|
|
|
|
##资源映射路径(因为jar方式运行的原因) |
|
|
|
|
file.dir = C:\\Users\\yudian\\Desktop\\dev\\ |
|
|
|
|
spring.resources.static-locations = classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${file.dir} |
|
|
|
|
|
|
|
|
|
## openoffice相关配置 |
|
|
|
|
openOfficePath = /Applications/OpenOffice.app/Contents |
|
|
|
|
office.home = C:\\Program Files (x86)\\OpenOffice 4 |
|
|
|
|
server.tomcat.uri-encoding = UTF-8 |
|
|
|
|
converted.file.charset = GBK |
|
|
|
|