Spring Boot:关于“No converter found for return value of type: class xxx”的解决方法
Spring Boot:关于“No converter found for return value of type: class xxx”的解决方法默认你在@RestController下返回的java对象(如下User)是没有问题的// controller@RestControllerpublic class ZezeController { @RequestMapping(...

