Zipkin
This commit is contained in:
parent
c2eced0d66
commit
9c38f51f4b
@ -66,6 +66,10 @@
|
||||
<artifactId>spring-cloud-starter-sleuth</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-zipkin</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
server.port: 8080
|
||||
server.port:8080
|
||||
|
||||
#Eureka
|
||||
eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
server.port 9002
|
||||
server.port:9002
|
||||
|
||||
#Configurations H2
|
||||
spring.jpa.show-sql=true
|
||||
|
@ -1,4 +1,4 @@
|
||||
server.port 9003
|
||||
server.port:9003
|
||||
|
||||
#Configurations H2
|
||||
spring.jpa.show-sql=true
|
||||
|
@ -69,6 +69,11 @@
|
||||
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-zipkin</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
BIN
zipkin-server-2.6.1-exec.jar
Normal file
BIN
zipkin-server-2.6.1-exec.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user