8 lines
176 B
Properties
8 lines
176 B
Properties
|
|
server.port 8080
|
|
|
|
#Eureka
|
|
eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/
|
|
|
|
#Ribbon
|
|
microservice-produits.ribbon.listOfServers=localhost:9001,localhost:9011 |