From 8a81f37d2275131638e915561f1d8671f9fecf30 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期日, 26 九月 2021 10:08:24 +0800 Subject: [PATCH] update 同步ruoyi --- ruoyi-framework/pom.xml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 680e6ec..7010724 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -61,10 +61,21 @@ <artifactId>druid-spring-boot-starter</artifactId> </dependency> + <!-- dynamic-datasource 澶氭暟鎹簮--> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>dynamic-datasource-spring-boot-starter</artifactId> + </dependency> + <!-- sql鎬ц兘鍒嗘瀽鎻掍欢 --> + <dependency> + <groupId>p6spy</groupId> + <artifactId>p6spy</artifactId> + </dependency> + <!-- 绯荤粺妯″潡--> <dependency> <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-system</artifactId> + <artifactId>ruoyi-common</artifactId> </dependency> </dependencies> -- Gitblit v1.9.3