mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-11 16:57:12 +08:00
feat: 新增系统工具模块(存放系统工具模块相关功能,例如:代码生成、文件管理等)
This commit is contained in:
@@ -49,6 +49,12 @@ limitations under the License.
|
||||
<groupId>top.charles7c</groupId>
|
||||
<artifactId>continew-admin-monitor</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 系统工具模块(存放系统工具模块相关功能,例如:代码生成、文件管理等) -->
|
||||
<dependency>
|
||||
<groupId>top.charles7c</groupId>
|
||||
<artifactId>continew-admin-tool</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
Reference in New Issue
Block a user