项目依赖
项目结构
Repository代码
其中试过加@Component和@Repository注解 但是都没用依然报required a bean of type 'com.ncusc.dms.repository.StudentRepository' that could not be found 就是扫描不到StudentRepository,求各位大佬帮帮忙
@EnableElasticsearchRepositories(basePackages = "xxx.xxx.xxx")