背景我正在使用SpringMVC创建RESTful服务。目前,我有以下Controller结构:@RestController@RequestMapping(path="myEntity",produces="application/json;charset=UTF-8")publicclassMyEntityController{@RequestMapping(path={"","/"},method=RequestMethod.POST)publicResponseEntitycreateMyEntity(@RequestBodyMyEntitymyEntity,@RequestH