From ebae0c1137ba96d38e5b2323577129d2c9ff2e6e Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期四, 22 五月 2025 09:45:59 +0800 Subject: [PATCH] 1、优化配置文件; 2、优化ID生成器代码; 3、修改注释; 4、修改权限初始化时算法; 5、导出Excel文件功能归为一个新类; 6、工站数据库存入验空修改; --- pms-parent/pms-web-platform/pom.xml | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pms-parent/pms-web-platform/pom.xml b/pms-parent/pms-web-platform/pom.xml index 22837d1..2d56b5a 100644 --- a/pms-parent/pms-web-platform/pom.xml +++ b/pms-parent/pms-web-platform/pom.xml @@ -12,7 +12,6 @@ </parent> <packaging>jar</packaging> - <groupId>com.dy</groupId> <artifactId>pms-web-platform</artifactId> <version>1.0.0</version> <name>pms-web-platform</name> @@ -52,7 +51,7 @@ <outputDirectory>${project.build.directory}/execute</outputDirectory> <finalName>${artifactId}-${version}</finalName> <layout>ZIP</layout> - <mainClass>com.dy.pmsBase.PmsBaseApplication</mainClass> + <mainClass>com.dy.pmsPlatform.PmsPlatformApplication</mainClass> <includes> <include> <groupId>com.dy</groupId> @@ -87,13 +86,13 @@ --> <!-- ${project.build.directory}鏄痬aven鍙橀噺锛屽唴缃殑锛岃〃绀簍arget鐩綍,濡傛灉涓嶅啓锛屽皢鍦ㄦ牴鐩綍涓嬪垱寤�/lib --> <outputDirectory>${project.build.directory}/lib</outputDirectory> - <!-- excludeTransitive:鏄惁涓嶅寘鍚棿鎺ヤ緷璧栧寘锛屾瘮濡傛垜浠緷璧朅锛屼絾鏄疉鍙堜緷璧栦簡B锛屾垜浠槸鍚︿篃瑕佹妸B鎵撹繘鍘� 榛樿涓嶆墦--> + <!-- excludeTransitive:鏄惁涓嶅寘鍚棿鎺ヤ緷璧栧寘锛屾瘮濡備緷璧朅锛孉鍙堜緷璧栦簡B锛屾槸鍚︿篃瑕佹妸B鎵撹繘鍘� 榛樿涓嶆墦 --> <excludeTransitive>false</excludeTransitive> - <!-- 澶嶅埗鐨刯ar鏂囦欢鍘绘帀鐗堟湰淇℃伅 --> + <!-- 澶嶅埗鐨刯ar鏂囦欢鍘绘帀鐗堟湰淇℃伅锛岄厤缃甪alse甯︿笂鐗堟湰淇℃伅 --> <stripVersion>false</stripVersion> <finalName>${project.artifactId}-${project.version}</finalName> <layout>ZIP</layout> - <mainClass>com.dy.pmsBase.PmsProductApplication</mainClass> + <mainClass>com.dy.pmsPlatform.PmsPlatformApplication</mainClass> <includes> <include> <groupId>com.dy</groupId> -- Gitblit v1.8.0