This commit is contained in:
zc
2026-02-27 10:50:07 +08:00
parent 0ee56404c2
commit 86527b9c21
611 changed files with 2741 additions and 2752 deletions

View File

@@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-admin</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-admin</artifactId>
<version>3.6.0-SNAPSHOT</version>
</parent>
<artifactId>ysoft-webapi</artifactId>
<artifactId>wms-webapi</artifactId>
<version>3.6.0-SNAPSHOT</version>
<description>API 及打包部署模块</description>
<licenses>
@@ -20,7 +20,7 @@
<config-path>config/</config-path>
<lib-path>lib/</lib-path>
<bin-path>bin/</bin-path>
<main-class>top.ysoft.admin.YsoftAdminApplication</main-class>
<main-class>top.wms.admin.WmsAdminApplication</main-class>
</properties>
<dependencies>
<dependency>
@@ -28,20 +28,20 @@
<artifactId>continew-starter-log-interceptor</artifactId>
</dependency>
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-module-system</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-module-system</artifactId>
</dependency>
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-plugin-schedule</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-plugin-schedule</artifactId>
</dependency>
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-plugin-open</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-plugin-open</artifactId>
</dependency>
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-plugin-generator</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-plugin-generator</artifactId>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
@@ -52,6 +52,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.780</version>
</dependency>
</dependencies>
<build>
<finalName>${project.parent.name}</finalName>