Skip to content

Commit 9de1c15

Browse files
author
Adrian Clay
authored
Update class rename as part of Spring Boot 3.2 upgrade (#306)
This is a follow up to 5cca24c where we upgraded Spring. This change is documented more here: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#nested-jar-support
1 parent 9d32259 commit 9de1c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN mkdir /app
1313

1414
COPY --from=build /home/gradle/service/build/libs/integration-adaptor-111.jar /app/integration-adaptor-111.jar
1515

16-
ENTRYPOINT ["java", "-cp", "/app/integration-adaptor-111.jar", "-Dloader.main=uk.nhs.adaptors.oneoneone.OneOneOneApplication", "org.springframework.boot.loader.PropertiesLauncher"]
16+
ENTRYPOINT ["java", "-cp", "/app/integration-adaptor-111.jar", "-Dloader.main=uk.nhs.adaptors.oneoneone.OneOneOneApplication", "org.springframework.boot.loader.launch.PropertiesLauncher"]

0 commit comments

Comments
 (0)