dragon-zhang opened a new pull request #2011:
URL: https://github.com/apache/incubator-shenyu/pull/2011
now rpc response:
{
"code":200,
"message":"OK",
"data":{
"id":3,
"name":"hello world shenyu Alibaba Dubbo, findById"
}
}
when config rpc annotation like this:
@ShenyuDubboClient(path = "/findById", desc = "Query by Id", wrap = false)
you will get rpc response:
{
"id":3,
"name":"hello world shenyu Alibaba Dubbo, findById"
}
Make sure that:
- [ ] You have read the [contribution
guidelines](https://shenyu.apache.org/community/contributor/).
- [ ] You submit test cases (unit or integration tests) that back your
changes.
- [ ] Your local test passed `mvn clean install -Dmaven.javadoc.skip=true`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]