Zipkin
This commit is contained in:
parent
c2eced0d66
commit
9c38f51f4b
6 changed files with 12 additions and 3 deletions
|
@ -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 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…
Add table
Reference in a new issue