Ajout Eureka
This commit is contained in:
parent
0ba2b328aa
commit
3e38091c32
20 changed files with 547 additions and 3 deletions
6
config-server-repo/eureka-server.properties
Normal file
6
config-server-repo/eureka-server.properties
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
server.port:9102
|
||||
|
||||
spring.application.name=eureka-server
|
||||
eureka.client.serviceUrl.defaultZone:http://localhost:9102/eureka/
|
||||
eureka.client.registerWithEureka:false
|
||||
eureka.client.fetchRegistry:false
|
||||
Loading…
Add table
Add a link
Reference in a new issue