BAEL-169 - grouping spring-cloud modules in a multi-maven project

This commit is contained in:
slavisa-baeldung
2016-09-01 13:54:53 +02:00
parent 455d10eeff
commit a0ef91fc92
51 changed files with 1228 additions and 11 deletions
@@ -0,0 +1,13 @@
spring:
application:
name: spring-cloud-eureka-client
server:
port: 0
eureka:
client:
serviceUrl:
defaultZone: ${EUREKA_URI:http://localhost:8761/eureka}
instance:
preferIpAddress: true