From 29acbd6e19b5d676de2f039973240b4acf1f3ebb Mon Sep 17 00:00:00 2001 From: Dftre <3066417822@qq.com> Date: Fri, 3 May 2024 22:08:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0reademe=20=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=BE=9D=E8=B5=96=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++---- pom.xml | 29 +++++++++++++++++++++++- ruoyi-common/pom.xml | 1 - ruoyi-framework/pom.xml | 3 +-- ruoyi-oauth/pom.xml | 9 ++++---- ruoyi-oauth/ruoyi-oauth-justauth/pom.xml | 5 ++-- 6 files changed, 51 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8ab179d..53d5579 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,24 @@ -
- logo - + - logo -
+ + + +

+ + logo + + + + + logo + +

RuoYi-Geek v3.8.7.3.2

基于SpringBoot3+Vue3前后端分离的Java快速开发框架

+ + + # 当前版本是3.8.7.3.2 本人的其他两个推荐搭配的项目 diff --git a/pom.xml b/pom.xml index e6f980f..50a9243 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,8 @@ 1.2.21 4.1.1 3.5.2 + 6.0.0 + 1.1 1.21 3.0.0 2.3.3 @@ -38,7 +40,8 @@ 3.0.3 3.5.5 8.2.0 - 2.3.1 + 2.3.1 + 4.0.5 2.1.0 6.0.0 @@ -80,8 +83,19 @@ javax.xml.bind jaxb-api + ${jaxb-api.version} + + + com.sun.xml.bind + jaxb-impl ${jaxb.version} + + com.sun.xml.bind + jaxb-core + ${jaxb.version} + + @@ -112,6 +126,19 @@ ${dynamic.version} + + + com.atomikos + transactions-spring-boot3-starter + ${transactions.version} + + + + javax.transaction + jta + ${jta.version} + + eu.bitwalker diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 8a2f2e2..b711112 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -108,7 +108,6 @@ com.sun.xml.bind jaxb-core - 2.3.0.1 diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 4d14a1a..ce063b2 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -40,16 +40,15 @@ sharding-jdbc-core + com.atomikos transactions-spring-boot3-starter - 6.0.0 javax.transaction jta - 1.1 diff --git a/ruoyi-oauth/pom.xml b/ruoyi-oauth/pom.xml index 29a7e42..ae8e7a1 100644 --- a/ruoyi-oauth/pom.xml +++ b/ruoyi-oauth/pom.xml @@ -1,7 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> ruoyi com.ruoyi @@ -13,6 +12,8 @@ 3.8.7.3.2 + 1.16.6 + 3.7.4.ALL @@ -30,12 +31,12 @@ me.zhyd.oauth JustAuth - 1.16.6 + ${justauth.version} com.alipay.sdk alipay-sdk-java - 3.7.4.ALL + ${alipay.version} diff --git a/ruoyi-oauth/ruoyi-oauth-justauth/pom.xml b/ruoyi-oauth/ruoyi-oauth-justauth/pom.xml index 0183a1b..7b0d5a3 100644 --- a/ruoyi-oauth/ruoyi-oauth-justauth/pom.xml +++ b/ruoyi-oauth/ruoyi-oauth-justauth/pom.xml @@ -1,7 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> ruoyi-oauth com.ruoyi @@ -26,8 +25,8 @@ me.zhyd.oauth JustAuth - 1.16.6 + com.alipay.sdk alipay-sdk-java