继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

zipkin服务端高可用

慕UI0519722
关注TA
已关注
手记 296
粉丝 85
获赞 267

server:
port: 9412
spring:
application:
name: unieap-zipkin-client
zipkin:
enabled: true
base-url: http://unieap-zipkin-server/
locator:
discovery:
enabled: true

unieap-zipkin-server为eureka服务注册中心地址。
需要以下依赖
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>Brussels-SR6</version><!-- Brussels-SR4 -->
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Edgware.RELEASE</version> <!-- Dalston.SR3 Dalston.SR2 --> <!-- Dalston.SR3  --> <!-- Edgware.RELEASE -->
<type>pom</type>
<scope>import</scope>
</dependency>

    </dependencies></dependencyManagement>

打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP