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

更新

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