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