@org.springframework.beans.factory.annotation.Autowired(required=true)

问题原因:

service接口的实现类没有在对应的Impl包下

解决方法:

将service接口的实现类添加到对应的Impl包下
日常Bug

相关文章:

  • 2021-06-04
  • 2021-10-15
  • 2021-05-27
  • 2022-12-23
  • 2021-11-07
  • 2021-05-04
  • 2022-01-18
猜你喜欢
  • 2021-10-04
  • 2021-08-06
  • 2022-01-10
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-06-20
相关资源
相似解决方案