refactor(tenant): 优化租户相关代码

This commit is contained in:
2025-07-15 20:09:54 +08:00
parent ed6dd65a51
commit af1079da6d
111 changed files with 2741 additions and 2319 deletions

View File

@@ -34,18 +34,24 @@
<artifactId>continew-system</artifactId>
</dependency>
<!-- 任务调度插件 -->
<dependency>
<groupId>top.continew.admin</groupId>
<artifactId>continew-plugin-schedule</artifactId>
</dependency>
<!-- 能力开放插件 -->
<dependency>
<groupId>top.continew.admin</groupId>
<artifactId>continew-plugin-open</artifactId>
</dependency>
<!-- 租户插件 -->
<dependency>
<groupId>top.continew.admin</groupId>
<artifactId>continew-plugin-tenant</artifactId>
</dependency>
<!-- 任务调度插件 -->
<dependency>
<groupId>top.continew.admin</groupId>
<artifactId>continew-plugin-schedule</artifactId>
</dependency>
<!-- 代码生成器插件 -->
<dependency>
<groupId>top.continew.admin</groupId>
@@ -64,12 +70,6 @@
<artifactId>liquibase-core</artifactId>
</dependency>
<!-- 多租户插件 -->
<dependency>
<groupId>top.continew.admin</groupId>
<artifactId>continew-plugin-tenant</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>