|
@@ -17,25 +17,6 @@ spring:
|
|
|
connection-test-query: SELECT 1
|
|
|
#数据源连接--end
|
|
|
|
|
|
- redis:
|
|
|
- host: 10.104.50.235
|
|
|
- port: 6379
|
|
|
- #password: 6#xsI%b4o@5c3RoE
|
|
|
- #Redis数据库索引(默认为0)
|
|
|
- database: 0
|
|
|
- #连接池最大连接数(使用负值表示没有限制)
|
|
|
- jedis:
|
|
|
- pool:
|
|
|
- max-active: 50
|
|
|
- #连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
|
- max-wait: 3000
|
|
|
- #连接池中的最大空闲连接
|
|
|
- max-idle: 20
|
|
|
- #连接池中的最小空闲连接
|
|
|
- min-idle: 2
|
|
|
- #连接超时时间(毫秒)
|
|
|
- timeout: 5000
|
|
|
-
|
|
|
#上传文件大小
|
|
|
servlet:
|
|
|
multipart:
|
|
@@ -45,7 +26,7 @@ spring:
|
|
|
#日志配置
|
|
|
logging:
|
|
|
file:
|
|
|
- path: /mnt/newdatadrive/data/runtime/tomcat-instance/spi/logs
|
|
|
+ path: /mnt/newdatadrive/data/runtime/jar-instance/mall2b/logs
|
|
|
level:
|
|
|
root: info
|
|
|
|