mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-13 14:57:16 +08:00
refactor(tenant): 优化租户相关代码
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user