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 +