From 3d5f72a26b72d21c092f0e6c46cc1f6a975d1f59 Mon Sep 17 00:00:00 2001 From: SkyJourney Date: Wed, 26 Nov 2025 17:21:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Google=20Jib=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E6=9E=84=E5=BB=BAdocker=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-system/jeecg-system-start/pom.xml | 38 +++++++++++++++++++++++++ pom.xml | 5 +++- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/jeecg-system/jeecg-system-start/pom.xml b/jeecg-system/jeecg-system-start/pom.xml index 5ce6099..c1f2934 100644 --- a/jeecg-system/jeecg-system-start/pom.xml +++ b/jeecg-system/jeecg-system-start/pom.xml @@ -50,6 +50,44 @@ org.springframework.boot spring-boot-maven-plugin + + com.google.cloud.tools + jib-maven-plugin + 3.4.0 + + + package + + build + + + + + + docker.icdat.top/library/eclipse-temurin:8-jdk + + + + dev.yixiong-tech.com:18081/renkang/xj-system + + latest + ${git.commit.id.abbrev} + + + admin + Aa135790!123 + + + true + + org.jeecg.JeecgSystemCloudApplication + + 7001 + + + + + diff --git a/pom.xml b/pom.xml index e22c804..40dd934 100644 --- a/pom.xml +++ b/pom.xml @@ -684,7 +684,10 @@ - + + pl.project13.maven + git-commit-id-plugin +