forked from kekingcn/kkFileView
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
20 changes: 10 additions & 10 deletions
20
jodconverter-web/src/main/resources/application-dev.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
#=============================================#spring Redisson����#===================================# | ||
spring.redisson.address = 127.0.0.1:6379 | ||
##��Դӳ��·��(��Ϊjar��ʽ���е�ԭ��) | ||
file.dir = /Users/chenkailing/test/ | ||
#redis连接 | ||
spring.redisson.address = 192.168.1.204:6379 | ||
##资源映射路径 | ||
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������� | ||
office.home = /Applications/LibreOffice.app/Contents | ||
## openoffice home路径 | ||
office.home = C:\\Program Files (x86)\\OpenOffice 4 | ||
server.tomcat.uri-encoding = UTF-8 | ||
converted.file.charset = GBK | ||
#======================================#�ļ��ϴ�����#======================================# | ||
#文件上传限制 | ||
spring.http.multipart.max-file-size=100MB | ||
spring.http.multipart.max-request-size=100MB | ||
## ֧�ֵ����ı���ʽ���ļ����� | ||
simText = txt,html,xml,java,properties,sql | ||
##文本类型 | ||
simText = txt,html,xml,java,properties,mp3,mp4,sql | ||
#多媒体类型 | ||
media=mp3,mp4,flv,rmvb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters