From 41242cd4aa6c59ae96a1937510c1dd6edc850983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 13 Jan 2023 21:50:41 +0800 Subject: [PATCH] update java 1.8 => 17 update springboot 2.7.7 => 3.0.1 update springboot-admin 2.7.10 => 3.0.0-M8 update springdoc 1.6.14 => 2.0.2 update lock4j 2.2.3 => 2.2.4 update dynamic-ds 3.5.2 => 3.6.1 --- pom.xml | 42 +++++++++++------------- ruoyi-admin/pom.xml | 2 +- ruoyi-common/pom.xml | 27 +++++++-------- ruoyi-extend/ruoyi-monitor-admin/pom.xml | 2 +- ruoyi-extend/ruoyi-xxl-job-admin/pom.xml | 1 - 5 files changed, 35 insertions(+), 39 deletions(-) diff --git a/pom.xml b/pom.xml index 490730158..12d8791ad 100644 --- a/pom.xml +++ b/pom.xml @@ -14,12 +14,13 @@ 5.0.0-SNAPSHOT - 2.7.7 + 3.0.1 UTF-8 UTF-8 - 1.8 - 2.2.2 - 1.6.14 + 17 + 3.0.0 + 2.0.2 + 0.15.0 5.2.3 3.1.5 2.3 @@ -28,10 +29,10 @@ 3.9.1 5.8.11 4.10.0 - 2.7.10 + 3.0.0-M8 3.19.1 - 2.2.3 - 3.5.2 + 2.2.4 + 3.6.1 2.14.2 2.3.1 1.18.24 @@ -107,14 +108,14 @@ org.springdoc - springdoc-openapi-webmvc-core + springdoc-openapi-starter-webmvc-api ${springdoc.version} - org.springdoc - springdoc-openapi-javadoc - ${springdoc.version} + com.github.therapi + therapi-runtime-javadoc + ${therapi-javadoc.version} @@ -178,6 +179,12 @@ ${dynamic-ds.version} + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${spring-boot.mybatis} + + com.baomidou mybatis-plus-boot-starter @@ -231,17 +238,6 @@ org.redisson redisson-spring-boot-starter ${redisson.version} - - - org.redisson - redisson-spring-data-30 - - - - - org.redisson - redisson-spring-data-27 - ${redisson.version} @@ -357,7 +353,7 @@ com.github.therapi therapi-runtime-javadoc-scribe - 0.15.0 + ${therapi-javadoc.version} org.projectlombok diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index ced8343bd..086ed46e4 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -107,7 +107,7 @@ spring-boot-maven-plugin ${spring-boot.version} - true + diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 6cf413270..fb50aa347 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -124,18 +124,12 @@ org.springdoc - springdoc-openapi-webmvc-core + springdoc-openapi-starter-webmvc-api - org.springdoc - springdoc-openapi-javadoc - - - - - org.springframework.boot - spring-boot-configuration-processor + com.github.therapi + therapi-runtime-javadoc @@ -145,13 +139,20 @@ - org.redisson - redisson-spring-data-27 + com.baomidou + lock4j-redisson-spring-boot-starter + + + + + org.springframework.boot + spring-boot-configuration-processor - com.baomidou - lock4j-redisson-spring-boot-starter + org.springframework.boot + spring-boot-properties-migrator + runtime diff --git a/ruoyi-extend/ruoyi-monitor-admin/pom.xml b/ruoyi-extend/ruoyi-monitor-admin/pom.xml index c68d74014..1dd3f51ad 100644 --- a/ruoyi-extend/ruoyi-monitor-admin/pom.xml +++ b/ruoyi-extend/ruoyi-monitor-admin/pom.xml @@ -50,7 +50,7 @@ spring-boot-maven-plugin ${spring-boot.version} - true + diff --git a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml index aadbe8208..afbdd4162 100644 --- a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml +++ b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml @@ -61,7 +61,6 @@ org.mybatis.spring.boot mybatis-spring-boot-starter - ${spring-boot.mybatis}