Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
이유
NullPointerException이 발생한 이유는 Query 조건 중에 Null이 들어갔기 때문이다.
해결방법
쿼리에 Null이 안들어가도록 수정해주면 된다.
반응형
'공부 > Spring' 카테고리의 다른 글
[Spring] Could not resolve placeholder 'datasource.host' in value (0) | 2023.09.22 |
---|---|
[Spring] Swagger Error - Failed to load API definition. (0) | 2023.08.17 |
[Spring] Spring HATEOAS란 (0) | 2023.08.10 |
[JPA] List to Page - List를 Page로 변환해서 사용하기 (0) | 2023.08.07 |
[JPA] JsonMappingException: Infinite recursion (StackOverflowError) 오류 (0) | 2023.08.03 |