From: Kai Moritz Date: Sat, 17 Jun 2023 12:43:40 +0000 (+0200) Subject: Aktualisierung auf Java 17 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=9f70b85970d8b6be8ed5c0c4d3eb5baee9a3337e;p=demos%2Fkafka%2Ftraining Aktualisierung auf Java 17 --- diff --git a/Dockerfile b/Dockerfile index 16ee25e..ae52522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:11-jre +FROM openjdk:17-jdk-slim VOLUME /tmp COPY target/*.jar /opt/app.jar ENTRYPOINT [ "java", "-jar", "/opt/app.jar" ] diff --git a/pom.xml b/pom.xml index a0fe12a..7caf869 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,10 @@ A service that reads computation requests from an incomming topic and generates according messages for the SumUp-Consumer on an outgoing topic. This version generates two types of JSON-messages. 1.0-SNAPSHOT + + 17 + + org.springframework.boot