Posts by Ijimero • 1 point
1 post
-
0
votes2
answers1529
viewsA: Error - to create query for method public Abstract org.springframework.data.domain.Page
Dude, for me it worked by changing the extension order in the Repository class public interface StudentRepository extends JpaRepository<Student, Long>, StudentRepositoryQuery{} would look like…