错误信息

Description:

Field areaService in com.imooc.demo.web.AreaController required a bean of type 'com.imooc.demo.service.AreaService' that could not be found.

The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)


Action:

Consider defining a bean of type 'com.imooc.demo.service.AreaService' in your configuration.

 

操作

SpringBoot 无法注入 service 的 bean

 

 在实现类中加入@Service标签

相关文章:

  • 2021-12-02
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
猜你喜欢
  • 2021-03-31
  • 2022-01-09
  • 2022-12-23
  • 2021-10-21
  • 2021-12-20
  • 2022-12-23
  • 2022-01-01
相关资源
相似解决方案