add configuration server
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#### cloud
|
||||
spring.application.name=spring-cloud-eureka-client
|
||||
server.port=0
|
||||
eureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://system:systemPass@localhost:8761/eureka}
|
||||
eureka.client.serviceUrl.defaultZone=http://system:systemPass@localhost:8761/eureka
|
||||
eureka.instance.preferIpAddress=true
|
||||
|
||||
#### persistence
|
||||
|
||||
Reference in New Issue
Block a user