From 8c247ef59e71bc9edf7d44ec9918f8ee709bd78a Mon Sep 17 00:00:00 2001 From: OTTO <731554297@qq.com> Date: Mon, 26 Aug 2024 10:20:03 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=BE=AE=E6=9C=8D=E5=8A=A1=E5=8C=96?= =?UTF-8?q?=E6=94=B9=E9=80=A0):=20=E4=BE=9D=E8=B5=96=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 163 +++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 107 insertions(+), 56 deletions(-) diff --git a/pom.xml b/pom.xml index feb6132..e7f0c93 100644 --- a/pom.xml +++ b/pom.xml @@ -8,64 +8,115 @@ SoftBot 1.0-SNAPSHOT jar + + - - org.springframework.boot - spring-boot-starter-parent - 2.4.4 - - + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + + + com.alibaba.cloud + spring-cloud-alibaba-dependencies + ${spring-cloud-alibaba.version} + pom + import + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + Demo project for Spring Boot 1.8 + UTF-8 + UTF-8 + 2.7.7 + 2021.0.5 + 2021.0.4.0 + 3.0.0 + 1.6.2 + 1.2.16 + - javax.validation - validation-api - 2.0.1.Final - - - - - + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-discovery + + + + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-config + + + + + org.springframework.cloud + spring-cloud-starter-bootstrap + + + javax.validation + validation-api + 2.0.1.Final + + + + com.baomidou + mybatis-plus-boot-starter + 3.5.5 + org.springframework.boot spring-boot-starter-data-elasticsearch + com.baomidou - mybatis-plus-boot-starter - 3.4.2 - - - com.github.pagehelper - pagehelper-spring-boot-starter - 1.2.5 + mybatis-plus + 3.5.5 + cn.hutool hutool-all - 5.5.0 + 5.8.24 - + io.springfox - springfox-swagger-ui - 2.9.2 + springfox-swagger2 + ${swagger.fox.version} + + + + io.swagger + swagger-models + ${swagger.core.version} + + + io.swagger + swagger-annotations + ${swagger.core.version} - - - - - - - - org.springframework.boot spring-boot-starter-thymeleaf @@ -87,7 +138,6 @@ mysql mysql-connector-java - runtime org.projectlombok @@ -112,23 +162,12 @@ spring-boot-starter-test test - - - org.springframework.boot - spring-boot-starter-data-redis - 2.4.0 - - - - - - - + io.springfox springfox-swagger2 - 2.9.2 + ${swagger.fox.version} @@ -149,21 +188,33 @@ aspectjweaver 1.9.4 - com.google.guava guava - 20.0 + 30.0-jre + compile + + + + + org.apache.httpcomponents + httpclient + 4.5.14 + + + + com.alibaba + druid-spring-boot-starter + ${druid.version} - softbot org.springframework.boot spring-boot-maven-plugin - + ${spring-boot.version} true @@ -176,11 +227,11 @@ - - org.apache.maven.plugins - maven-resources-plugin - 3.1.0 - + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 +