refactor: 迁移能力开放模块到插件模块,重构拆分 liquibase 脚本结构

This commit is contained in:
2024-10-27 13:22:04 +08:00
parent f7741832bd
commit aadaa5b4a7
47 changed files with 557 additions and 631 deletions

15
pom.xml
View File

@@ -29,7 +29,6 @@
<module>continew-admin-system</module>
<module>continew-admin-common</module>
<module>continew-admin-extension</module>
<module>continew-admin-open</module>
</modules>
<properties>
@@ -68,19 +67,19 @@
<version>${revision}</version>
</dependency>
<!-- 能力开放模块(后续会改造为独立插件) -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-admin-open</artifactId>
<version>${revision}</version>
</dependency>
<!-- 代码生成器插件(后续会改造为独立插件) -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-admin-generator</artifactId>
<version>${revision}</version>
</dependency>
<!-- 能力开放模块 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-admin-open</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
</dependencyManagement>