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 6e2ebcf62 Update README.md
6e2ebcf62 is described below
commit 6e2ebcf62644e27fd02dc5a861bca10545b6abad
Author: Ken Liu <[email protected]>
AuthorDate: Thu Mar 7 11:54:17 2024 +0800
Update README.md
---
1-basic/dubbo-samples-spring-boot/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/1-basic/dubbo-samples-spring-boot/README.md
b/1-basic/dubbo-samples-spring-boot/README.md
index 04d9e5bed..4c94ba2c7 100644
--- a/1-basic/dubbo-samples-spring-boot/README.md
+++ b/1-basic/dubbo-samples-spring-boot/README.md
@@ -33,7 +33,7 @@ Run the following command to see server works as expected:
```shell
curl \
--header "Content-Type: application/json" \
- --data '["Dubbo"]' \
+ --data '{name:"Dubbo"}' \
http://localhost:50052/org.apache.dubbo.springboot.demo.DemoService/sayHello/
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]