类中GirlProperties类中增加了@Component,但还是报错?
Error creating bean with name 'helloController':
Unsatisfied dependency expressed through field 'girlProperties':
No qualifying bean of type [com.imooc.GirlProperties] found for dependency [com.imooc.GirlProperties]:
expected at least 1 bean which qualifies as autowire candidate for this dependency.
Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)};
nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException:
No qualifying bean of type [com.imooc.GirlProperties] found for dependency [com.imooc.GirlProperties]: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}