admin管理员组

文章数量:1571760

Unsatisfied dependency expressed through field ‘service’; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type
‘org.modules.xxx.service.xxxService’ available: expected
at least 1 bean which qualifies as autowire candidate. Dependency
annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}

参考这个文章:
https://blog.51cto/u_14011902/3837340

xxxserviceImpl 文件下缺少 ‘@service’

本文标签: DependencyUnsatisfiedSpringBootServiceField