|
|
@ -2,7 +2,7 @@ |
|
|
spring.application.name=form |
|
|
spring.application.name=form |
|
|
|
|
|
|
|
|
server.port=7013 |
|
|
server.port=7013 |
|
|
server.context-path=/${spring.application.name} |
|
|
|
|
|
|
|
|
#server.context-path=/${spring.application.name} |
|
|
#session失效时间 秒 |
|
|
#session失效时间 秒 |
|
|
server.session.timeout=43200 |
|
|
server.session.timeout=43200 |
|
|
spring.session.store-type=none |
|
|
spring.session.store-type=none |
|
|
@ -11,13 +11,13 @@ spring.cloud.inetutils.preferredNetworks[0]=^10\. |
|
|
spring.cloud.inetutils.preferredNetworks[1]=^172\. |
|
|
spring.cloud.inetutils.preferredNetworks[1]=^172\. |
|
|
#eureka.client.serviceUrl.defaultZone=http://172.16.16.16:6110/eureka/ |
|
|
#eureka.client.serviceUrl.defaultZone=http://172.16.16.16:6110/eureka/ |
|
|
|
|
|
|
|
|
spring.cloud.consul.host=localhost |
|
|
|
|
|
|
|
|
spring.cloud.consul.host=134.175.57.249 |
|
|
spring.cloud.consul.port=8500 |
|
|
spring.cloud.consul.port=8500 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#服务跟踪 |
|
|
#服务跟踪 |
|
|
spring.zipkin.enabled=false |
|
|
spring.zipkin.enabled=false |
|
|
spring.zipkin.base-url=http://172.16.16.16:6119/ |
|
|
|
|
|
|
|
|
spring.zipkin.base-url=http://134.175.57.249:6119/ |
|
|
spring.sleuth.sampler.percentage=1.0 |
|
|
spring.sleuth.sampler.percentage=1.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -127,7 +127,7 @@ spring.datasource.validation-interval=30000 |
|
|
# Redis数据库索引(默认为0) |
|
|
# Redis数据库索引(默认为0) |
|
|
spring.redis.database=0 |
|
|
spring.redis.database=0 |
|
|
# Redis服务器地址 |
|
|
# Redis服务器地址 |
|
|
spring.redis.host=10.0.0.17 |
|
|
|
|
|
|
|
|
spring.redis.host=134.175.57.249 |
|
|
# Redis服务器连接端口 |
|
|
# Redis服务器连接端口 |
|
|
spring.redis.port=6379 |
|
|
spring.redis.port=6379 |
|
|
# Redis服务器连接密码(默认为空) |
|
|
# Redis服务器连接密码(默认为空) |
|
|
|