From 04c2d845dc88bb2124f69e99309f6848d289221f Mon Sep 17 00:00:00 2001 From: Yjoioooo <693337446@qq.com> Date: 星期六, 25 三月 2023 10:09:31 +0800 Subject: [PATCH] update 修改账户余额校验优先使用动态租户 --- ruoyi-modules/ruoyi-demo/pom.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/ruoyi-demo/pom.xml b/ruoyi-modules/ruoyi-demo/pom.xml index cd7bdb1..a426a3d 100644 --- a/ruoyi-modules/ruoyi-demo/pom.xml +++ b/ruoyi-modules/ruoyi-demo/pom.xml @@ -17,6 +17,11 @@ </description> <dependencies> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-mongodb</artifactId> + </dependency> + <!-- 閫氱敤宸ュ叿--> <dependency> <groupId>com.ruoyi</groupId> @@ -88,6 +93,11 @@ <artifactId>ruoyi-common-encrypt</artifactId> </dependency> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common-tenant</artifactId> + </dependency> + <!-- 鐭俊 鐢ㄥ摢涓鍏ュ摢涓緷璧� --> <!-- <dependency>--> <!-- <groupId>com.aliyun</groupId>--> -- Gitblit v1.9.3