小编Cha*_*han的帖子

无法解析org.springframework.data.repository.PagingAndSortingRepository类型。从所需的.class文件间接引用它

[在此处输入图片描述] [1]这个问题出了什么问题?我该如何解决

无法解析类型org.springframework.data.repository.PagingAndSortingRepository

这是我的下面的代码

package repository;

import org.springframework.data.jpa.repository.JpaRepository;

import model.Student;

public interface StudentRepository extends **JpaRepository**<Student, Integer>{

}
Run Code Online (Sandbox Code Playgroud)

spring-boot

5
推荐指数
2
解决办法
9430
查看次数

标签 统计

spring-boot ×1