level 9
又在缓冲
楼主
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.jiao.mytest.rabbit.RabbitMqHelloTest': Unsatisfied dependency expressed through field 'helloSender': No qualifying bean of type [com.jiao.mytest.Rabbit.HelloSender] found for dependency [com.jiao.mytest.Rabbit.HelloSender]: 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.jiao.mytest.Rabbit.HelloSender] found for dependency [com.jiao.mytest.Rabbit.HelloSender]: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2018年06月13日 01点06分
1