From: Kai Moritz Date: Sat, 16 Oct 2021 14:36:01 +0000 (+0200) Subject: query: 1.0.4 - changed default-port and exposed all actuator-endpoints X-Git-Tag: query-1.0.4 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=251cf79927d4c1c941467c8fee0349c1a7eb4b93;p=demos%2Fkafka%2Fwordcount query: 1.0.4 - changed default-port and exposed all actuator-endpoints --- diff --git a/Dockerfile b/Dockerfile index bbd15ef..10b89f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM openjdk:11-jre-slim COPY target/*.jar /opt/app.jar -EXPOSE 8080 +EXPOSE 8085 ENTRYPOINT ["java", "-jar", "/opt/app.jar"] CMD [] diff --git a/pom.xml b/pom.xml index 8164674..3f487dd 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ de.juplo.kafka.wordcount query - 1.0.3 + 1.0.4 Wordcount-Query Query stream-processor of the multi-user wordcount-example diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b13789..1045098 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,2 @@ - +server.port=8085 +management.endpoints.web.exposure.include=*