[스프링부트 에러] Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.

홍석현·2023년 5월 31일
0

BackEnd

목록 보기
1/2

pagination 기능 구현 하던 도중 에러가 발생하였다.

읽어보니까 단순 오타인 것 같다..

Error creating bean with name 'studentController': Unsatisfied dependency expressed through field 'studentRepository': Error creating bean with name 'studentRepository' defined in net.skhu.repository.StudentRepository defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Could not create query for public abstract org.springframework.data.domain.Page net.skhu.repository.StudentRepository.findByDepartmentNameStratsWith(java.lang.String,org.springframework.data.domain.Pageable); Reason: Failed to create query for method public abstract org.springframework.data.domain.Page net.skhu.repository.StudentRepository.findByDepartmentNameStratsWith(java.lang.String,org.springframework.data.domain.Pageable); No property 'stratsWith' found for type 'String'; Traversed path: Student.department.name

오타 조심하자!

0개의 댓글

관련 채용 정보