This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 89abf59f9 update demo
89abf59f9 is described below

commit 89abf59f98f788f6ecebfa56aa446b21e627ced8
Author: chickenlj <[email protected]>
AuthorDate: Sat Sep 7 16:00:50 2024 +0800

    update demo
---
 11-quickstart/pom.xml                                               | 2 +-
 11-quickstart/quickstart-service/src/main/resources/application.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/11-quickstart/pom.xml b/11-quickstart/pom.xml
index 59efe3ec3..590286ae9 100644
--- a/11-quickstart/pom.xml
+++ b/11-quickstart/pom.xml
@@ -12,7 +12,7 @@
         <java.version>17</java.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <dubbo.version>3.3.0-beta.1</dubbo.version>
+        <dubbo.version>3.3.0-beta.5</dubbo.version>
         <spring-boot.version>3.2.3</spring-boot.version>
     </properties>
 
diff --git 
a/11-quickstart/quickstart-service/src/main/resources/application.yml 
b/11-quickstart/quickstart-service/src/main/resources/application.yml
index 824e01bb0..a3a18429a 100644
--- a/11-quickstart/quickstart-service/src/main/resources/application.yml
+++ b/11-quickstart/quickstart-service/src/main/resources/application.yml
@@ -14,7 +14,7 @@
 
 dubbo:
   registry:
-    address: nacos://${nacos.address:127.0.0.1}:8848
+    address: 
nacos://${nacos.address:127.0.0.1}:8848?username=nacos&password=nacos
   protocol:
     name: tri
     port: 50051


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to