From f8a8e0927f34262316dd974f0ce92527ce4ab680 Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Fri, 22 Mar 2024 14:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dgateway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../epmet-commons/epmet-commons-tools/pom.xml | 11 +--- code/smart-community/epmet-gateway/pom.xml | 65 +++++++++++++++++-- code/smart-community/pom.xml | 36 +++++----- 3 files changed, 76 insertions(+), 36 deletions(-) diff --git a/code/smart-community/epmet-commons/epmet-commons-tools/pom.xml b/code/smart-community/epmet-commons/epmet-commons-tools/pom.xml index 425ebbf8..2deec7fe 100644 --- a/code/smart-community/epmet-commons/epmet-commons-tools/pom.xml +++ b/code/smart-community/epmet-commons/epmet-commons-tools/pom.xml @@ -29,15 +29,8 @@ - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - - - provided + com.tongweb.springboot + tongweb-spring-boot-starter-2.x org.springframework.boot diff --git a/code/smart-community/epmet-gateway/pom.xml b/code/smart-community/epmet-gateway/pom.xml index 821ebefe..e1868c69 100644 --- a/code/smart-community/epmet-gateway/pom.xml +++ b/code/smart-community/epmet-gateway/pom.xml @@ -26,19 +26,34 @@ reactor-extra - io.projectreactor - reactor-core + io.projectreactor.netty + reactor-netty-http - org.springframework.boot - spring-boot-starter-webflux + io.projectreactor.netty + reactor-netty + + + io.projectreactor + reactor-core - com.tongweb.springboot - tongweb-spring-boot-starter-2.x - ${tongWeb.version} + io.netty + netty-resolver-dns-native-macos + osx-aarch_64 + 4.1.82.Final + + + com.tongweb + tongweb-spring-boot-reactor-starter + + + io.netty + netty-resolver-dns-native-macos + + @@ -76,12 +91,24 @@ com.epmet epmet-commons-tools 2.0.0 + + + com.tongweb.springboot + tongweb-spring-boot-starter-2.x + + com.epmet epmet-common-clienttoken 2.0.0 compile + + + com.tongweb.springboot + tongweb-spring-boot-starter-2.x + + @@ -89,22 +116,46 @@ com.epmet common-service-client 2.0.0 + + + com.tongweb.springboot + tongweb-spring-boot-starter-2.x + + com.epmet epmet-commons-openapi 2.0.0 + + + com.tongweb.springboot + tongweb-spring-boot-starter-2.x + + com.epmet epmet-admin-client 2.0.0 + + + com.tongweb.springboot + tongweb-spring-boot-starter-2.x + + com.epmet epmet-commons-security 2.0.0 compile + + + com.tongweb.springboot + tongweb-spring-boot-starter-2.x + + diff --git a/code/smart-community/pom.xml b/code/smart-community/pom.xml index be8e7f62..f1e39a7a 100644 --- a/code/smart-community/pom.xml +++ b/code/smart-community/pom.xml @@ -23,12 +23,12 @@ epmet-commons epmet-gateway - epmet-auth + @@ -55,6 +55,18 @@ pom import + + io.netty + netty-bom + 4.1.85.Final + pom + import + + + io.projectreactor + reactor-core + 3.4.23 + org.springframework.cloud spring-cloud-dependencies @@ -133,25 +145,9 @@ - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - - - org.apache.tomcat.embed - tomcat-embed-el - - - + - - com.tongweb.springboot - tongweb-spring-boot-starter-2.x - + org.springframework.boot spring-boot-starter-test