diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index aec25d7..4e54ac7 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -24,6 +24,11 @@
+
+
+
+
+
@@ -75,7 +80,7 @@
-
+
@@ -92,18 +97,18 @@
+
-
+
-
@@ -263,13 +268,6 @@
1598862102028
-
- 1601297733933
-
-
-
- 1601297733934
-
1601297895444
@@ -606,7 +604,14 @@
1603724236562
-
+
+ 1603883796525
+
+
+
+ 1603883796526
+
+
@@ -626,7 +631,6 @@
-
@@ -651,7 +655,8 @@
-
+
+
@@ -662,10 +667,10 @@
-
+
-
+
@@ -696,43 +701,44 @@
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -780,13 +786,13 @@
-
+
-
+
diff --git a/src/main/resources/application-DEV.properties b/src/main/resources/application-DEV.properties
index 74b730a..521587f 100644
--- a/src/main/resources/application-DEV.properties
+++ b/src/main/resources/application-DEV.properties
@@ -1,7 +1,7 @@
#environment:
server.port = 8097
spring.application.name = klaus
-eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/
+eureka.client.service-url.defaultZone=http://netflix:eureka@localhost:8761/eureka/
#logging:
spring.output.ansi.enabled = always
diff --git a/src/main/resources/bootstrap-PROD.yml b/src/main/resources/bootstrap-PROD.yml
index 3a46aac..c9a2696 100644
--- a/src/main/resources/bootstrap-PROD.yml
+++ b/src/main/resources/bootstrap-PROD.yml
@@ -1,4 +1,6 @@
spring:
+ profiles:
+ active: PROD
application:
name: klaus
cloud:
diff --git a/src/main/resources/bootstrap.properties b/src/main/resources/bootstrap.properties
index 11db1dc..10024bd 100644
--- a/src/main/resources/bootstrap.properties
+++ b/src/main/resources/bootstrap.properties
@@ -1,6 +1,4 @@
#environment:
-spring.cloud.discovery.enabled=true
-spring.cloud.config.discovery.enabled = true
spring.cloud.config.discovery.service-id = klaus-config-service
spring.cloud.config.fail-fast=true
#spring.cloud.config.retry.initial-interval = 1500
@@ -9,10 +7,7 @@ spring.cloud.config.fail-fast=true
#spring.cloud.config.retry.max-intervals = 1000
#spring.cloud.config.username = SpringConfigUsername
#spring.cloud.config.password = SpringConfigPassword
-
eureka.instance.preferIpAddress = true
-eureka.instance.hostname = klaus
-eureka.client.registerWithEureka = true
-eureka.client.fetchRegistry = true
+
diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml
index 3a46aac..320de77 100644
--- a/src/main/resources/bootstrap.yml
+++ b/src/main/resources/bootstrap.yml
@@ -1,4 +1,6 @@
spring:
+ profiles:
+ active: DEV
application:
name: klaus
cloud:
@@ -20,4 +22,4 @@ eureka:
register-with-eureka: true
fetch-registry: true
serviceUrl:
- defaultZone: http://netflix:eureka@eureka:8761/eureka
+ defaultZone: http://netflix:eureka@localhost:8761/eureka
diff --git a/target/generated-sources/annotations/com/release11/klaus/mappers/MockedMessageMapperImpl.java b/target/generated-sources/annotations/com/release11/klaus/mappers/MockedMessageMapperImpl.java
index e706c81..ee9463c 100644
--- a/target/generated-sources/annotations/com/release11/klaus/mappers/MockedMessageMapperImpl.java
+++ b/target/generated-sources/annotations/com/release11/klaus/mappers/MockedMessageMapperImpl.java
@@ -10,7 +10,7 @@ import org.springframework.stereotype.Component;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
- date = "2020-10-14T13:24:17+0200",
+ date = "2020-10-28T12:55:15+0100",
comments = "version: 1.3.1.Final, compiler: javac, environment: Java 14.0.1 (Oracle Corporation)"
)
@Component