add configuration server

This commit is contained in:
DOHA
2017-01-25 16:36:18 +02:00
parent 3793b32dee
commit 6b23f7f7cf
15 changed files with 165 additions and 9 deletions
@@ -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