org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataScope' defined in file [/home/wxb/program/efadmin/efadmin-system/target/classes/vip/efactory/config/DataScope.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userServiceImpl': Unsatisfied dependency expressed through field 'br'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository' defined in vip.efactory.modules.system.repository.UserRepository defined in @EnableJpaRepositories declared on MultiTenantJpaConfiguration: Invocation of init method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: Did not find a query class vip.efactory.modules.system.domain.QUser for domain class vip.efactory.modules.system.domain.User!
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataScope' defined in file [/home/wxb/program/efadmin/efadmin-system/target/classes/vip/efactory/config/DataScope.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userServiceImpl': Unsatisfied dependency expressed through field 'br'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository' defined in vip.efactory.modules.system.repository.UserRepository defined in @EnableJpaRepositories declared on MultiTenantJpaConfiguration: Invocation of init method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: Did not find a query class vip.efactory.modules.system.domain.QUser for domain class vip.efactory.modules.system.domain.User!
环境满足文档要求,到处找了都找不到QUser。什么原因?