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

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


The following commit(s) were added to refs/heads/master by this push:
     new fea24627eb6 Update spring-boot.md
fea24627eb6 is described below

commit fea24627eb6d31a4a1859cf620c9058af0fd8511
Author: kimmking <[email protected]>
AuthorDate: Wed Oct 12 14:40:58 2022 +0800

    Update spring-boot.md
    
    add missing method.
---
 content/zh/docs3-v2/java-sdk/quick-start/spring-boot.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs3-v2/java-sdk/quick-start/spring-boot.md 
b/content/zh/docs3-v2/java-sdk/quick-start/spring-boot.md
index a3e0b82e85b..ea76d4451b9 100755
--- a/content/zh/docs3-v2/java-sdk/quick-start/spring-boot.md
+++ b/content/zh/docs3-v2/java-sdk/quick-start/spring-boot.md
@@ -168,7 +168,7 @@ public class ConsumerApplication {
     @DubboReference
     private DemoService demoService;
     
-    public String sayHello(String name) {
+    public String doSayHello(String name) {
         return demoService.sayHello(name);
     }
 

Reply via email to