spring boot 报错Could not find acceptable representation
@RestController
@RequestMapping("/api/xxx")
public class CommonController {
//不加produces,默认返回text,与实际返回json不同,报错Could not find acceptable representation
@PostMapping(value = "xxx", produces="application/json")
public BaseResult ocrVehicleImg(@RequestP..
原创
2021-04-30 09:49:45 ·
420 阅读 ·
0 评论