From 45fe77ce4af66d9d9b2198d851bc2ee28043bdf7 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 02 六月 2021 09:49:16 +0800 Subject: [PATCH] update 文档增加 Oracle 分支路径配置 --- ruoyi-common/pom.xml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 4e99076..2c75fcd 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -46,7 +46,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> - + <!-- JSON宸ュ叿绫� --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> @@ -151,6 +151,12 @@ <artifactId>spring-boot-configuration-processor</artifactId> </dependency> + <!--redisson--> + <dependency> + <groupId>org.redisson</groupId> + <artifactId>redisson-spring-boot-starter</artifactId> + </dependency> + </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3