This commit is contained in:
zc
2026-06-12 15:07:01 +08:00
parent 7ea86a123c
commit 33540f7d10
321 changed files with 1068 additions and 1068 deletions

View File

@@ -4,18 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>top.wms</groupId>
<artifactId>wms-admin</artifactId>
<groupId>top.mes</groupId>
<artifactId>mes-admin</artifactId>
<version>${revision}</version>
</parent>
<artifactId>wms-webapi</artifactId>
<artifactId>mes-webapi</artifactId>
<description>API 及打包部署模块</description>
<properties>
<!-- ### 打包配置相关 ### -->
<!-- 启动类 -->
<main-class>top.wms.admin.WmsAdminApplication</main-class>
<main-class>top.mes.admin.WmsAdminApplication</main-class>
<!-- 程序 jar 输出目录 -->
<bin-path>bin/</bin-path>
<!-- 配置文件输出目录 -->
@@ -59,20 +59,20 @@
<!-- 系统管理模块(存放系统管理模块相关功能,例如:部门管理、角色管理、用户管理等) -->
<dependency>
<groupId>top.wms</groupId>
<artifactId>wms-module-system</artifactId>
<groupId>top.mes</groupId>
<artifactId>mes-module-system</artifactId>
</dependency>
<!-- 任务调度插件(后续会改造为独立插件) -->
<dependency>
<groupId>top.wms</groupId>
<artifactId>wms-plugin-schedule</artifactId>
<groupId>top.mes</groupId>
<artifactId>mes-plugin-schedule</artifactId>
</dependency>
<!-- 代码生成器插件(后续会改造为独立插件) -->
<dependency>
<groupId>top.wms</groupId>
<artifactId>wms-plugin-generator</artifactId>
<groupId>top.mes</groupId>
<artifactId>mes-plugin-generator</artifactId>
</dependency>
<!-- Liquibase用于管理数据库版本跟踪、管理和应用数据库变化 -->