users: 1.0.4 - changed default-port and exposed all actuator-endpoints
authorKai Moritz <kai@juplo.de>
Sat, 16 Oct 2021 14:33:32 +0000 (16:33 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 16 Oct 2021 14:53:51 +0000 (16:53 +0200)
Dockerfile
pom.xml
src/main/resources/application.properties

index bbd15ef..9b3b5f5 100644 (file)
@@ -1,5 +1,5 @@
 FROM openjdk:11-jre-slim
 COPY target/*.jar /opt/app.jar
-EXPOSE 8080
+EXPOSE 8082
 ENTRYPOINT ["java", "-jar", "/opt/app.jar"]
 CMD []
diff --git a/pom.xml b/pom.xml
index c98538a..70d5654 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        </parent>
        <groupId>de.juplo.kafka.wordcount</groupId>
        <artifactId>users</artifactId>
-       <version>1.0.3</version>
+       <version>1.0.4</version>
        <name>Wordcount-Users</name>
        <description>Users-service of the multi-user wordcount-example</description>
        <properties>