From aed43b1e3b3c3f19b84b4c7468764e1bf23ff98e Mon Sep 17 00:00:00 2001 From: Doubleyin <953994191@qq.com> Date: Sun, 28 Sep 2025 02:53:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E8=BF=9C=E7=A8=8B=E8=AF=BB=E5=8F=96?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index a01dbae..7b49246 100644 --- a/pom.xml +++ b/pom.xml @@ -169,9 +169,11 @@ jib-maven-plugin 3.3.1 + openjdk:17-jdk-slim + light-delivery-app @@ -179,6 +181,7 @@ ${project.version} + 8080 @@ -188,24 +191,29 @@ prod USE_CURRENT_TIMESTAMP - com.light.delivery.LightApplication + + + -Djava.security.egd=file:/dev/./urandom + -Xms256m + -Xmx512m + - + + + true - + + true + + + false - - - ${project.build.directory}/jib-image.tar - - packaged - - false - true + ... + --> +