This commit is contained in:
TestAccountsUser 2018-03-23 07:58:20 +01:00
parent c2eced0d66
commit 9c38f51f4b
6 changed files with 12 additions and 3 deletions

View File

@ -66,6 +66,10 @@
<artifactId>spring-cloud-starter-sleuth</artifactId> <artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zipkin</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>

View File

@ -1,5 +1,5 @@
server.port: 8080 server.port:8080
#Eureka #Eureka
eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/ eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/

View File

@ -1,5 +1,5 @@
server.port 9002 server.port:9002
#Configurations H2 #Configurations H2
spring.jpa.show-sql=true spring.jpa.show-sql=true

View File

@ -1,4 +1,4 @@
server.port 9003 server.port:9003
#Configurations H2 #Configurations H2
spring.jpa.show-sql=true spring.jpa.show-sql=true

View File

@ -69,6 +69,11 @@
<artifactId>spring-cloud-sleuth-zipkin</artifactId> <artifactId>spring-cloud-sleuth-zipkin</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zipkin</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>

Binary file not shown.