mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-30 23:00:08 +08:00
refactor(tenant): 优化租户相关代码
This commit is contained in:
@@ -10,12 +10,16 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>continew-plugin-tenant</artifactId>
|
||||
<description>多租户插件</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>租户插件</description>
|
||||
|
||||
<dependencies>
|
||||
<!-- 系统管理模块 -->
|
||||
<dependency>
|
||||
<groupId>top.continew.admin</groupId>
|
||||
<artifactId>continew-system</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user