refactor: 抽取代码生成器插件模块(后续会改造为独立插件)

This commit is contained in:
2024-03-05 22:54:21 +08:00
parent 8026f660c7
commit 87829d3ce8
30 changed files with 81 additions and 89 deletions

View File

@@ -37,17 +37,17 @@
<scope>test</scope>
</dependency>
<!-- 代码生成器插件(后续会改造为独立插件) -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-generator</artifactId>
</dependency>
<!-- 系统监控模块(存放系统监控模块相关功能,例如:日志管理、服务监控等) -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-monitor</artifactId>
</dependency>
<!-- 系统工具模块(存放系统工具模块相关功能,例如:代码生成、文件管理等) -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-tool</artifactId>
</dependency>
</dependencies>
<build>