recorder: 1.0.1 - changed default-port and exposed all actuator-endpoints
authorKai Moritz <kai@juplo.de>
Sat, 16 Oct 2021 14:39:52 +0000 (16:39 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 16 Oct 2021 14:56:25 +0000 (16:56 +0200)
Dockerfile
pom.xml
src/main/resources/application.properties

index bbd15ef..9c0b843 100644 (file)
@@ -1,5 +1,5 @@
 FROM openjdk:11-jre-slim
 COPY target/*.jar /opt/app.jar
-EXPOSE 8080
+EXPOSE 8081
 ENTRYPOINT ["java", "-jar", "/opt/app.jar"]
 CMD []
diff --git a/pom.xml b/pom.xml
index 98cc0dc..edcedf5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        </parent>
        <groupId>de.juplo.kafka.wordcount</groupId>
        <artifactId>recorder</artifactId>
-       <version>1.0.0</version>
+       <version>1.0.1</version>
        <name>Wordcount-Recorder</name>
        <description>Recorder-service of the multi-user wordcount-example</description>
        <properties>