We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restful,返回json可以使用字符串返回,但是提交json,requestBody如何实现,我根据SpringMVC来做接收不到参数
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
自己转吧
在下面链接里,小米rose框架团队提到没有支持application/json 请求的计划:
XiaoMi/rose#3
spring mvc提供了 @RequestBody 注解但是rose并没有提供类似于这样的功能 类似于
@ RequestMapping("test") public String hello(@RequestBody String name){ //to do ... }
@bsqql123 这个代码连接已经不能打开了,需要用这个功能,如果方便请发给我一份 [email protected] 谢谢!
No branches or pull requests
Restful,返回json可以使用字符串返回,但是提交json,requestBody如何实现,我根据SpringMVC来做接收不到参数
The text was updated successfully, but these errors were encountered: