浏览代码

添加多租户

puhui999 2 年之前
父节点
当前提交
15ced47b17
共有 1 个文件被更改,包括 4 次插入0 次删除
  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>