拾千
2017-12-08 19:21
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.example.springboot.service.GirlServiceTest': Unsatisfied dependency expressed through field 'girlService'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.example.springboot.service.GirlService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
老铁,解决了没有呀?
可能是GirlService类或者实现类,没加@Service注解
Spring Boot进阶之Web进阶
104040 学习 · 393 问题
相似问题