公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交breadcrumb功能
wuxw
2019-07-10
d9b2c4b780340d2d2e8ca1a328034f19092fcddb
[Lianxun_Java.git]
/
zipkin
/
src
/
main
/
resources
/
application-ha.yml
1
2
3
4
5
6
7
8
9
10
11
---
spring:
profiles: peer1 # 指定profile=peer1
server:
port: 8761
eureka:
instance:
hostname: peer1 # 指定当profile=peer1时,主机名
client:
serviceUrl:
defaultZone: http://peer2:8762/eureka/ # 将自己注册到peer2这个Eureka上面去