<parent>
<groupId>de.trion.kafka.microservices</groupId>
<artifactId>order-example</artifactId>
- <version>03</version>
+ <version>04</version>
</parent>
<groupId>de.trion.kafka.microservices</groupId>
<groupId>de.trion.kafka.microservices</groupId>
<artifactId>order-example</artifactId>
<name>Order Example</name>
- <version>03</version>
+ <version>04</version>
<packaging>pom</packaging>
<properties>
<module>take-order</module>
<module>details</module>
<module>validate-order</module>
+ <module>validate-user</module>
<module>validation-results</module>
</modules>
<parent>
<groupId>de.trion.kafka.microservices</groupId>
<artifactId>order-example</artifactId>
- <version>03</version>
+ <version>04</version>
</parent>
<groupId>de.trion.kafka.microservices</groupId>
<parent>
<groupId>de.trion.kafka.microservices</groupId>
<artifactId>order-example</artifactId>
- <version>03</version>
+ <version>04</version>
</parent>
<groupId>de.trion.kafka.microservices</groupId>
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 []
<parent>
<groupId>de.trion.kafka.microservices</groupId>
- <artifactId>order-example-04</artifactId>
- <version>0-SNAPSHOT</version>
+ <artifactId>order-example</artifactId>
+ <version>04</version>
</parent>
<groupId>de.trion.kafka.microservices</groupId>
- <artifactId>validate-user-04</artifactId>
- <name>User Validation Service - Schritt 04</name>
- <version>0-SNAPSHOT</version>
+ <artifactId>validate-user</artifactId>
+ <name>User Validation Service</name>
+ <version>04-SNAPSHOT</version>
<properties>
<avro.version>1.9.0</avro.version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-web</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-streams</artifactId>
<parent>
<groupId>de.trion.kafka.microservices</groupId>
<artifactId>order-example</artifactId>
- <version>03</version>
+ <version>04</version>
</parent>
<groupId>de.trion.kafka.microservices</groupId>