压缩下载
This commit is contained in:
parent
d2b6200af8
commit
c4fecc453f
|
|
@ -1,8 +1,11 @@
|
|||
server.port=11997
|
||||
server.servlet.context-path=/imgTool
|
||||
spring.datasource.url=jdbc:mysql://192.168.0.14:4418/yn_img_tool?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
|
||||
#spring.datasource.url=jdbc:mysql://192.168.0.16:4419/yn_img_tool?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
|
||||
#spring.datasource.username=root
|
||||
#spring.datasource.password=Bonus@admin123!
|
||||
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/yn_img_tool?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=Bonus@admin123!
|
||||
spring.datasource.password=ccw1998@yyt1999
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.max-idle=10
|
||||
spring.datasource.max-wait=60000
|
||||
|
|
@ -44,10 +47,12 @@ zhly.aq.file.suffix=woff,js,css,html,woff2,lang,map,png,jpg
|
|||
zhly.aq.file.html=login.html,index.html,pages/user/updateMyself.html,pages/user/changePassword.html
|
||||
#\u6253\u5370sql
|
||||
#mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
mybatis.configuration.mapUnderscoreToCamelCase=true
|
||||
|
||||
file.windwos.upload_path=D:/files/imgTool
|
||||
file.linux.upload_path=/data/imgTool
|
||||
|
||||
file.windwos.upload_path=L:/yn_img/files
|
||||
file.linux.upload_path=L:/yn_img/files
|
||||
download.temp.dir=L:/yn_img/files/temp
|
||||
download.output.dir=L:/yn_img/files/final
|
||||
|
||||
#????
|
||||
quartz.scan=false
|
||||
|
|
|
|||
Loading…
Reference in New Issue