org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name "xx"

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountController': Unsatisfied dependency expressed through field 'accountServiceImpl'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.shop.xiaomi.service.AccountService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

serviceImpl没有实现service造成。

猜你喜欢

转载自blog.csdn.net/qq_38912368/article/details/86749074