No qualifying bean of type 'io.renren.modules.generator.service.KdTaskCarService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

 

 

解决方法:

搞了半天,发现服务imp  如下加了abstract ....

@Service("kdTaskCarService")
//public abstract class KdTas

 

相关文章:

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