반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- chart.js
- SQL
- PostgreSQL
- Spring Error
- codebuild
- Spring
- chartjs
- docker
- java bigdecimal
- redis
- Flux
- aws cicd
- Jenkins
- 도커
- codedeploy
- codedeploy error
- kubeflow
- COALESCE
- VPN
- aws
- bootstrap
- AWS CI/CD 구축하기
- node
- Python
- JavaScript
- IntelliJ
- codepipeline
- Kafka
- Airflow
- or some instances in your deployment group are experiencing problems.
Archives
- Today
- Total
Small Asteroid Blog
[JPA] Swagger Error - [Request processing failed; nested exception is java.lang.NullPointerException] with root cause 본문
백엔드/Spring
[JPA] Swagger Error - [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
작은소행성☄️ 2023. 8. 16. 10:44728x90
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이 안들어가도록 수정해주면 된다.
728x90
반응형
'백엔드 > 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 |