From: Kai Moritz Date: Sun, 7 Jun 2020 11:47:44 +0000 (+0200) Subject: TMP X-Git-Url: https://juplo.de/gitweb/?p=demos%2Fmicroservices;a=commitdiff_plain;h=b4359d744c608450205b2d971900da041bccec4c TMP --- diff --git a/details/pom.xml b/details/pom.xml index 95238f8..ed7f291 100644 --- a/details/pom.xml +++ b/details/pom.xml @@ -5,7 +5,7 @@ de.trion.kafka.microservices order-example - 03 + 04 de.trion.kafka.microservices diff --git a/pom.xml b/pom.xml index 1cce338..d0fba42 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ de.trion.kafka.microservices order-example Order Example - 03 + 04 pom @@ -24,6 +24,7 @@ take-order details validate-order + validate-user validation-results diff --git a/take-order/pom.xml b/take-order/pom.xml index bf46f8e..e191719 100644 --- a/take-order/pom.xml +++ b/take-order/pom.xml @@ -5,7 +5,7 @@ de.trion.kafka.microservices order-example - 03 + 04 de.trion.kafka.microservices diff --git a/validate-order/pom.xml b/validate-order/pom.xml index 59656a8..398a718 100644 --- a/validate-order/pom.xml +++ b/validate-order/pom.xml @@ -5,7 +5,7 @@ de.trion.kafka.microservices order-example - 03 + 04 de.trion.kafka.microservices diff --git a/validate-user/Dockerfile b/validate-user/Dockerfile index ddf2072..b346f81 100644 --- a/validate-user/Dockerfile +++ b/validate-user/Dockerfile @@ -1,4 +1,5 @@ FROM openjdk:8-jre-slim -COPY target/validate-user-04-0-SNAPSHOT.jar /opt/ +COPY target/validate-user-04-SNAPSHOT.jar /opt/ EXPOSE 8080 -CMD ["java", "-jar", "/opt/validate-user-04-0-SNAPSHOT.jar"] +ENTRYPOINT [ "java", "-jar", "/opt/validate-user-04-SNAPSHOT.jar" ] +CMD [] diff --git a/validate-user/pom.xml b/validate-user/pom.xml index 85e9b1d..380b66f 100644 --- a/validate-user/pom.xml +++ b/validate-user/pom.xml @@ -4,14 +4,14 @@ de.trion.kafka.microservices - order-example-04 - 0-SNAPSHOT + order-example + 04 de.trion.kafka.microservices - validate-user-04 - User Validation Service - Schritt 04 - 0-SNAPSHOT + validate-user + User Validation Service + 04-SNAPSHOT 1.9.0 @@ -24,6 +24,10 @@ org.springframework.boot spring-boot-starter-actuator + + org.springframework.boot + spring-boot-starter-web + org.apache.kafka kafka-streams diff --git a/validation-results/pom.xml b/validation-results/pom.xml index 3f62c31..44dc9e6 100644 --- a/validation-results/pom.xml +++ b/validation-results/pom.xml @@ -5,7 +5,7 @@ de.trion.kafka.microservices order-example - 03 + 04 de.trion.kafka.microservices