|
|
@@ -42,18 +42,16 @@ spring:
|
|
|
- classpath:/templates
|
|
|
# 设置静态文件路径,js,css等 #redis 配置
|
|
|
redis:
|
|
|
- host: 192.168.1.69 #test1.storlead.com
|
|
|
+ host: test1.storlead.com #test1.storlead.com
|
|
|
port: 59394
|
|
|
database: 10
|
|
|
- connect-timeout: 10000
|
|
|
lettuce:
|
|
|
pool:
|
|
|
- max-wait: 10000
|
|
|
+ max-wait: 100000
|
|
|
max-idle: 10
|
|
|
max-active: 100
|
|
|
- min-idle: 2
|
|
|
- timeout: 10000
|
|
|
- password: UMneDqYAemeL7
|
|
|
+ timeout: 5000
|
|
|
+ password: bnoCWkyDqYA*ecT7FoL7
|
|
|
|
|
|
mvc:
|
|
|
static-path-pattern: /**
|