Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException

Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.ssm.chapter13.mapper.RoleMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

错误原因是:少写了@Repository 注解

Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException

 

相关文章:

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