update
This commit is contained in:
@ -3,6 +3,11 @@ server:
|
|||||||
servlet:
|
servlet:
|
||||||
context-path: /
|
context-path: /
|
||||||
|
|
||||||
|
seata:
|
||||||
|
service:
|
||||||
|
vgroup-mapping:
|
||||||
|
biz-service-ebtp-project-service-group: default
|
||||||
|
|
||||||
# 对应 apollo 配置中心的应用名
|
# 对应 apollo 配置中心的应用名
|
||||||
app:
|
app:
|
||||||
id: biz-service-ebtp-project
|
id: biz-service-ebtp-project
|
||||||
@ -87,35 +92,6 @@ spring:
|
|||||||
master: eshop-redis
|
master: eshop-redis
|
||||||
nodes: 10.125.164.124:32718, 10.125.164.118:32716, 10.125.164.121:32716
|
nodes: 10.125.164.124:32718, 10.125.164.118:32716, 10.125.164.121:32716
|
||||||
password: Unicom#135
|
password: Unicom#135
|
||||||
|
|
||||||
lettuce:
|
|
||||||
# jedis:
|
|
||||||
pool:
|
|
||||||
maxTotal: 50
|
|
||||||
minIdle: 1
|
|
||||||
maxWaitMillis: 5000
|
|
||||||
maxIdle: 5
|
|
||||||
testOnBorrow: true
|
|
||||||
testOnReturn: true
|
|
||||||
testWhileIdle: true
|
|
||||||
token:
|
|
||||||
database: 0
|
|
||||||
host: 125.32.114.204
|
|
||||||
port: 16379
|
|
||||||
password: redis@CC1234
|
|
||||||
timeout: 6000
|
|
||||||
uuid:
|
|
||||||
database: 1
|
|
||||||
host: 125.32.114.204
|
|
||||||
port: 16379
|
|
||||||
password: redis@CC1234
|
|
||||||
timeout: 6000
|
|
||||||
cache:
|
|
||||||
database: 2
|
|
||||||
host: 125.32.114.204
|
|
||||||
port: 16379
|
|
||||||
password: redis@CC1234
|
|
||||||
timeout: 6000
|
|
||||||
|
|
||||||
# 天宫Eureka配置
|
# 天宫Eureka配置
|
||||||
eureka:
|
eureka:
|
||||||
@ -124,7 +100,9 @@ eureka:
|
|||||||
defaultZone: http://10.242.31.158:5001/eureka,http://10.242.31.158:5002/eureka,http://10.242.31.158:5003/eureka
|
defaultZone: http://10.242.31.158:5001/eureka,http://10.242.31.158:5002/eureka,http://10.242.31.158:5003/eureka
|
||||||
instance:
|
instance:
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
instance-ip: ${spring.cloud.client.ip-address}:${server.port}
|
hostname: http://10.242.31.158
|
||||||
|
# instance-ip: ${spring.cloud.client.ip-address}:${server.port}
|
||||||
|
instance-ip: http://10.242.31.158:${server.port}
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
configuration:
|
||||||
|
Reference in New Issue
Block a user