No qualifying bean of type 'xxx.xxx.xxx' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
在啟動項上加上
@EnableJpaRepositories(basePackages = "com.ssm.xxx")
掃描到指定的包