Caused by: java.lang.IllegalStateException: generate swagger operation failed
我看springmvc标签支持表是支持的。
@RequestMapping(value = "/result.action",produces = "application/json")
@responsebody
public ModelMap result(@RequestBody StudentVo studentVo)
这种写法问题在哪,应该怎么写?