|
@@ -15,10 +15,10 @@ spring:
|
|
|
max-lifetime: 1800000 # 连接的生命时长(毫秒),超时而且没被使用则被释放(retired),默认:30分钟 1800000ms
|
|
|
connection-test-query: SELECT 1 # 连接测试语句
|
|
|
redis:
|
|
|
- host: 172.18.156.39
|
|
|
+ host: 127.0.0.1
|
|
|
port: 6379
|
|
|
timeout: 6000ms
|
|
|
- password: bgh0cae240
|
|
|
+ password:
|
|
|
database: 0
|
|
|
jedis:
|
|
|
pool:
|
|
@@ -42,7 +42,7 @@ spring:
|
|
|
port: 80
|
|
|
bimService:
|
|
|
#bim 服务
|
|
|
- basePath: http://uat-bim.4dkankan.com
|
|
|
+ basePath: http://test-bim-jp.4dkankan.com
|
|
|
port: 80
|
|
|
logging:
|
|
|
config: classpath:logback-spring.xml
|