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

后端 未结 0 1834
栀梦
栀梦 2021-02-12 17:12
@GetMapping(\"item\")
public @ResponseBody String get(@ModelAttribute Item item)

Item has the attributes

  • name

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