提交 1bc165da authored 作者: 任建彩's avatar 任建彩

更新

上级 b63302b1
spring:
cloud:
config:
uri: http://localhost:8186 #配置中心地址
uri: http://localhost:8187 #配置中心地址
name: file
profile: prod
label: master
\ No newline at end of file
spring:
cloud:
config:
uri: http://localhost:8186 #配置中心地址
uri: http://localhost:8187 #配置中心地址
name: sysuser
profile: prod
label: master
\ No newline at end of file
......@@ -13,4 +13,4 @@ eureka:
preferIpAddress: true
client:
serviceUrl:
defaultZone: http://user:123456@localhost:8161/eureka/
\ No newline at end of file
defaultZone: http://user:123456@localhost:8162/eureka/
\ No newline at end of file
......@@ -44,6 +44,6 @@ default:
#开启ip注册到eureka服务
eureka-instance-preferIpAddress: true
#eureka服务注册中心
eureka-client-serviceUrl-defaultZone: http://user:123456@localhost:8161/eureka/
eureka-client-serviceUrl-defaultZone: http://user:123456@localhost:8162/eureka/
#分布式事务管理中心
tx-manager-url: http://192.168.2.230:${tx-manager-prot}/tx/manager/
\ No newline at end of file
......@@ -68,7 +68,7 @@ eureka:
prefer-ip-address: true
client:
serviceUrl:
defaultZone: http://user:123456@localhost:8161/eureka/
defaultZone: http://user:123456@localhost:8162/eureka/
## mybatis 配置
mybatis-plus:
......
......@@ -14,7 +14,7 @@ spring:
eureka:
client:
service-url:
defaultZone: http://user:123456@127.0.0.1:8161/eureka/
defaultZone: http://user:123456@127.0.0.1:8162/eureka/
instance:
preferIpAddress: true
hystrix:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论