From 6ab575cd49944863419fe884b3771d9ded558c15 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 21 十月 2021 15:59:34 +0800 Subject: [PATCH] update 优化处理过期方法 采用新写法 --- ruoyi-framework/pom.xml | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index e7ed991..20176a0 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>2.5.0</version> + <version>3.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -61,12 +61,23 @@ <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> -</project> +</project> \ No newline at end of file -- Gitblit v1.9.3