Commit 2ff9fa57 by hzc

修改单位综合得分bug

parent b17fb5e8
...@@ -9,12 +9,18 @@ spring: ...@@ -9,12 +9,18 @@ spring:
username: test username: test
password: test password: test
hikari: hikari:
maximum-pool-size: 3 connectionTimeout: 60000
idleTimeout: 60000
validationTimeout: 3000
maxLifetime: 60000
loginTimeout: 5
maximumPoolSize: 60
minimumIdle: 10
servlet: servlet:
multipart: multipart:
max-file-size: 20Mb max-file-size: 20Mb
max-request-size: 100Mb max-request-size: 100Mb
location: /home/deploy/data/upload_tmp location: /home/deploy/data/upload_tmp #D://afile
session: session:
store-type: redis store-type: redis
redis: redis:
...@@ -63,8 +69,10 @@ mybatis: ...@@ -63,8 +69,10 @@ mybatis:
logging: logging:
level: level:
com.keymobile.indicators: dubeg com.keymobile.indicators: info
config: classpath:logback-custom.xml config: classpath:logback-custom.xml
uploadfile: uploadfile:
path: /home/deploy/uploadfile path: /home/deploy/uploadfile
isClearAllPools: true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment