From 473ee11323e903b0cfa647d7aafd9b27ef906363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AD=E5=A6=82?= <8775@163.com> Date: Thu, 30 Jan 2025 14:58:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- sop-example/example-story/pom.xml | 17 +++++++---------- sop-gateway/pom.xml | 15 ++++++--------- .../src/main/resources/application.properties | 1 + 4 files changed, 15 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 89a5e92f..edaac13b 100755 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ 2021.0.5.0 - 3.2.10 + 3.2.12 4.11 2.5 diff --git a/sop-example/example-story/pom.xml b/sop-example/example-story/pom.xml index c8e31402..0f530f69 100755 --- a/sop-example/example-story/pom.xml +++ b/sop-example/example-story/pom.xml @@ -18,7 +18,7 @@ 1.8 - 3.2.10 + 3.2.16 @@ -39,21 +39,18 @@ dubbo-nacos-spring-boot-starter + + + org.apache.dubbo + dubbo-zookeeper-curator5-spring-boot-starter + + org.springframework.boot spring-boot-starter-test test - - - org.apache.dubbo - dubbo-dependencies-zookeeper-curator5 - 3.2.10 - pom - provided - - org.projectlombok lombok diff --git a/sop-gateway/pom.xml b/sop-gateway/pom.xml index 8ad2d442..a5ddd98a 100755 --- a/sop-gateway/pom.xml +++ b/sop-gateway/pom.xml @@ -65,6 +65,12 @@ dubbo-nacos-spring-boot-starter + + + org.apache.dubbo + dubbo-zookeeper-curator5-spring-boot-starter + + commons-codec commons-codec @@ -98,15 +104,6 @@ - - - org.apache.dubbo - dubbo-dependencies-zookeeper-curator5 - ${dubbo.version} - pom - provided - - org.projectlombok lombok diff --git a/sop-gateway/src/main/resources/application.properties b/sop-gateway/src/main/resources/application.properties index 11a182c7..31d361aa 100755 --- a/sop-gateway/src/main/resources/application.properties +++ b/sop-gateway/src/main/resources/application.properties @@ -44,6 +44,7 @@ api.zone-id=Asia/Shanghai ####### dubbo config ####### dubbo.protocol.name=dubbo dubbo.protocol.port=-1 +dubbo.application.qos-enable=false # ### register config see:https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/registry/overview/ # ------ # nacos://localhost:8848 Cluster config:nacos://localhost:8848?backup=localshot:8846,localshot:8847