gpt4 book ai didi

java - DataForm 发布值但在服务器上为空

转载 作者:行者123 更新时间:2023-12-01 11:13:26 25 4
gpt4 key购买 nike

使用 DataForm 对象,我发现它可以正确地将值发布到服务器。这是截图 enter image description here

但是在服务器上我得到的这些对象为空。这是我的服务器端代码

    @RequestMapping(method = POST, value = "/create", produces = "application/json")
@ResponseBody
public UIResponse createDS(@Validated @ModelAttribute(value = "dS") DSDto dSDto,
BindingResult result) {
//here dSDto.name and dSDto.description is null
}

最佳答案

你必须添加@RequestBody注释,以便Spring将传入的JSON转换为帖子正文中的对象。看看这个堆栈溢出帖子 @RequestBody and @ResponseBody annotations in Spring

关于java - DataForm 发布值但在服务器上为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32114269/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com