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