From b0c9591f087e02961d0b1f598cae09bbf800b214 Mon Sep 17 00:00:00 2001 From: linwl <304115325@qq.com> Date: Wed, 24 Feb 2021 17:46:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BE=9D=E8=B5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 102 +++++++++++++++++++------------------------------------- 1 file changed, 34 insertions(+), 68 deletions(-) diff --git a/pom.xml b/pom.xml index 98a2cac..50cfc95 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,6 @@ - org.springframework.boot spring-boot-devtools @@ -46,20 +45,6 @@ common 1.1.19 - - - - org.apache.qpid - qpid-jms-client - 0.47.0 - - - - commons-codec - commons-codec - 1.10 - - com.alibaba.cloud @@ -71,58 +56,25 @@ spring-cloud-starter-alibaba-nacos-config - - - org.springframework.boot - spring-boot-starter-web - - - - mysql - mysql-connector-java - runtime - - - - - com.baomidou - mybatis-plus - 3.3.1 + com.alibaba.boot + nacos-config-spring-boot-starter + 0.2.7 - - org.mybatis.spring.boot - mybatis-spring-boot-autoconfigure - 2.1.2 + com.alibaba.nacos + nacos-client - - - org.mybatis.spring.boot - mybatis-spring-boot-starter - 2.1.2 - - - - - com.alibaba - druid-spring-boot-starter - 1.1.22 + org.springframework.boot + spring-boot-starter-webflux org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - + spring-boot-starter-web @@ -138,29 +90,45 @@ 3.10 - + + org.springframework.boot - spring-boot-starter-aop + spring-boot-starter-data-redis - + - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 + org.apache.commons + commons-pool2 - - de.codecentric - spring-boot-admin-starter-client - 2.2.4 + io.springfox + springfox-swagger2 + 2.9.2 + + + io.springfox + springfox-swagger-ui + 2.9.2 + + + org.apache.qpid + qpid-jms-client + 0.47.0 + + + + commons-codec + commons-codec + 1.10 + - @@ -201,6 +169,4 @@ - - \ No newline at end of file