(Spring MVC / Jackson) Mapping query parameters to @ModelAttribute: LOWERCASE_WITH_UNDERSCORE to SNAKE_CASE fails

后端 未结 0 491
滥情空心
滥情空心 2021-02-12 17:21
@GetMapping(\"item\")
public @ResponseBody String get(@ModelAttribute Item item)

Item has the attributes

  • name

相关标签:
回答
  • 消灭零回复
提交回复
热议问题