Browse Source

添加多租户

puhui999 2 năm trước cách đây
mục cha
commit
15ced47b17
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      yudao-module-mall/yudao-module-product-biz/pom.xml

+ 4 - 0
yudao-module-mall/yudao-module-product-biz/pom.xml

@@ -35,6 +35,10 @@
             <groupId>cn.iocoder.boot</groupId>
             <artifactId>yudao-spring-boot-starter-biz-operatelog</artifactId>
         </dependency>
+        <dependency>
+            <groupId>cn.iocoder.boot</groupId>
+            <artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>
+        </dependency>
 
         <!-- Web 相关 -->
         <dependency>