From a32a2f439deae984921fe8fcadbaa62752db8270 Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Tue, 20 May 2025 10:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/core/domain/entity/ComDict.java | 1 + lis-system/pom.xml | 91 ++++++++++++++++--- 2 files changed, 80 insertions(+), 12 deletions(-) diff --git a/lis-common/src/main/java/com/czlis/common/core/domain/entity/ComDict.java b/lis-common/src/main/java/com/czlis/common/core/domain/entity/ComDict.java index f7935f4..95f9bde 100644 --- a/lis-common/src/main/java/com/czlis/common/core/domain/entity/ComDict.java +++ b/lis-common/src/main/java/com/czlis/common/core/domain/entity/ComDict.java @@ -16,4 +16,5 @@ public class ComDict extends BaseEntity { private String zdbz; private String yljg; private String bz; + private String userflag; } diff --git a/lis-system/pom.xml b/lis-system/pom.xml index e2ef8f1..d4ba69b 100644 --- a/lis-system/pom.xml +++ b/lis-system/pom.xml @@ -112,29 +112,96 @@ + org.springframework.boot spring-boot-maven-plugin 2.5.15 - true + ZIP + + + non-exists + non-exists + + - - - - repackage - - - org.apache.maven.plugins - maven-war-plugin - 3.1.0 + maven-jar-plugin + 3.4.1 - false - ${project.artifactId} + + + *.yml + *.xml + *.properties + static/** + + + + true + + lib/ + + false + + com.czlis.system.RuoYiApplication + + + + ./config/ + + + ${project.build.directory} + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib/ + + + + + + + + maven-resources-plugin + + + copy-resources + package + + copy-resources + + + + + src/main/resources + + *.yml + *.xml + *.properties + static/** + + + + ${project.build.directory}/config + + + + ${project.artifactId}