1、Service层 或 controller层实现类未添加注解@Autowired
@Autowired的作用 : 自动注入依赖的Bean
血泪教训!!!controller层没有加@Autowired!!!
2、@RestController使用成了@Controller
3、controller层没有加@ResponseBody
总结:
springboot注解要正确使用;
前后台的数据格式要一致
1、Service层 或 controller层实现类未添加注解@Autowired
@Autowired的作用 : 自动注入依赖的Bean
血泪教训!!!controller层没有加@Autowired!!!
2、@RestController使用成了@Controller
3、controller层没有加@ResponseBody
总结:
springboot注解要正确使用;
前后台的数据格式要一致