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

albumenj 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 4171d914da Update spring-boot.md (#2367)
4171d914da is described below

commit 4171d914daf7780c0c96a829c4c0c180bcbf72fe
Author: good2luck <[email protected]>
AuthorDate: Mon Mar 6 14:27:52 2023 +0800

    Update spring-boot.md (#2367)
    
    dubbo-spring-boot-consumer 和 dubbo-spring-boot-provider 两个模块 pom.xml 
中关于dubbo-spring-boot-demo-interface的依赖,dubbo关键词后面多加了个samples,应该不是dubbo-samples-spring-boot-demo-interface,而是dubbo-spring-boot-demo-interface
---
 content/zh-cn/overview/quickstart/java/spring-boot.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh-cn/overview/quickstart/java/spring-boot.md 
b/content/zh-cn/overview/quickstart/java/spring-boot.md
index 5574763406..8cb811837c 100644
--- a/content/zh-cn/overview/quickstart/java/spring-boot.md
+++ b/content/zh-cn/overview/quickstart/java/spring-boot.md
@@ -304,7 +304,7 @@ docker run --name some-zookeeper -p 2181:2181 --restart 
always -d zookeeper
     <dependencies>
         <dependency>
             <groupId>org.apache.dubbo</groupId>
-            <artifactId>dubbo-samples-spring-boot-interface</artifactId>
+            <artifactId>dubbo-spring-boot-interface</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
 

Reply via email to