build: 优化模块命名 continew-webapi => continew-server,continew-module-system => continew-system

This commit is contained in:
2025-06-14 21:08:38 +08:00
parent 23fbb3d877
commit 71fee0f58d
291 changed files with 29 additions and 29 deletions

View File

@@ -26,8 +26,8 @@
<url>https://github.com/continew-org/continew-admin</url>
<modules>
<module>continew-webapi</module>
<module>continew-module-system</module>
<module>continew-server</module>
<module>continew-system</module>
<module>continew-plugin</module>
<module>continew-common</module>
<module>continew-extension</module>
@@ -44,14 +44,14 @@
<!-- API 模块(存放 Controller 层代码,打包部署的模块) -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-webapi</artifactId>
<artifactId>continew-server</artifactId>
<version>${revision}</version>
</dependency>
<!-- 系统管理模块(存放系统管理模块相关功能,例如:部门管理、角色管理、用户管理等) -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-module-system</artifactId>
<artifactId>continew-system</artifactId>
<version>${revision}</version>
</dependency>