fix: SpringBoot Undertow and Jetty Shell inject failed

This commit is contained in:
ReaJason
2025-04-23 00:10:48 +08:00
parent 98281f0eae
commit a0e9dfbc85
31 changed files with 633 additions and 52 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM openjdk:8
WORKDIR /app
COPY build/libs/*.jar /app/app.jar
EXPOSE 8080
ENTRYPOINT java $JAVA_OPTS -jar app.jar