SpringBoot注入baseMapper異常

2463 ワード

うっかりして忘れてしまう問題が何度もあったので、メモしておきます
問題の説明:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pefPasserbyCarController': Unsatisfied dependency expressed through field 'pefPasserbyCarService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pefPasserbyCarServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.spring.blocklinked.block.mapper.PefPasserbyCarMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

解決策:@MapperScan(「com.spring.blocklinked.*.mapper.*」)を追加