From dfd7f594b521fee05a09874496c762be17ddff28 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 24 六月 2021 09:39:33 +0800 Subject: [PATCH] update 更新文档版本 --- ruoyi-common/pom.xml | 24 +++++++++++------------- 1 files changed, 11 insertions(+), 13 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 5bf7daf..e2cbd39 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -146,19 +146,17 @@ <artifactId>redisson-spring-boot-starter</artifactId> </dependency> - </dependencies> + <!-- dynamic-datasource 澶氭暟鎹簮--> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>dynamic-datasource-spring-boot-starter</artifactId> + </dependency> - <profiles> - <profile> - <id>jdk11</id> - <dependencies> - <!--jaxb--> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-impl</artifactId> - </dependency> - </dependencies> - </profile> - </profiles> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>lock4j-redisson-spring-boot-starter</artifactId> + </dependency> + + </dependencies> </project> -- Gitblit v1.9.3