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 967bac6e9 Update README.md
967bac6e9 is described below
commit 967bac6e96f05e1997899b6cf2b7104f03e67ed5
Author: Ken Liu <[email protected]>
AuthorDate: Thu Mar 7 11:55:16 2024 +0800
Update README.md
---
1-basic/dubbo-samples-spring-boot-idl/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/1-basic/dubbo-samples-spring-boot-idl/README.md
b/1-basic/dubbo-samples-spring-boot-idl/README.md
index 26970429e..c5e4be5b4 100644
--- a/1-basic/dubbo-samples-spring-boot-idl/README.md
+++ b/1-basic/dubbo-samples-spring-boot-idl/README.md
@@ -28,7 +28,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.idl.Greeter/greet/
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]