diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0eaebd5..410887f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,7 +24,6 @@ - @@ -685,6 +684,10 @@ + + + + @@ -777,14 +780,14 @@ - + - + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 98a7cd4..9c529e7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,6 +3,7 @@ server.port = 8097 spring.application.name = klaus spring.profiles.active = DEV +eureka.client.service-url.defaultZone=http://netflix:eureka@localhost:8761/eureka/ #logging: spring.output.ansi.enabled = always diff --git a/src/main/resources/bootstrap.properties b/src/main/resources/bootstrap.properties index 7fd0258..11db1dc 100644 --- a/src/main/resources/bootstrap.properties +++ b/src/main/resources/bootstrap.properties @@ -14,5 +14,5 @@ eureka.instance.preferIpAddress = true eureka.instance.hostname = klaus eureka.client.registerWithEureka = true eureka.client.fetchRegistry = true -eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/ + diff --git a/target/classes/application.properties b/target/classes/application.properties index 98a7cd4..9c529e7 100644 --- a/target/classes/application.properties +++ b/target/classes/application.properties @@ -3,6 +3,7 @@ server.port = 8097 spring.application.name = klaus spring.profiles.active = DEV +eureka.client.service-url.defaultZone=http://netflix:eureka@localhost:8761/eureka/ #logging: spring.output.ansi.enabled = always diff --git a/target/classes/bootstrap.properties b/target/classes/bootstrap.properties index 7fd0258..11db1dc 100644 --- a/target/classes/bootstrap.properties +++ b/target/classes/bootstrap.properties @@ -14,5 +14,5 @@ eureka.instance.preferIpAddress = true eureka.instance.hostname = klaus eureka.client.registerWithEureka = true eureka.client.fetchRegistry = true -eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/ +