Browse Source

添加多租户

puhui999 1 year ago
parent
commit
15ced47b17
1 changed files with 4 additions and 0 deletions
  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>