Ribbon
This commit is contained in:
parent
0b1e8a7975
commit
000da31c1b
@ -4,5 +4,3 @@ server.port 8080
|
|||||||
#Eureka
|
#Eureka
|
||||||
eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/
|
eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/
|
||||||
|
|
||||||
#Ribbon
|
|
||||||
microservice-produits.ribbon.listOfServers=localhost:9001,localhost:9011
|
|
@ -1,7 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
server.port 9001
|
|
||||||
|
|
||||||
#Configurations H2
|
#Configurations H2
|
||||||
spring.jpa.show-sql=true
|
spring.jpa.show-sql=true
|
||||||
spring.h2.console.enabled=true
|
spring.h2.console.enabled=true
|
||||||
|
Loading…
Reference in New Issue
Block a user