반응형
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
- VPN
- codedeploy error
- node
- codepipeline
- chart.js
- Python
- aws cicd
- bootstrap
- Flux
- SQL
- kubeflow
- Kafka
- aws
- codebuild
- Spring Error
- 도커
- Jenkins
- COALESCE
- or some instances in your deployment group are experiencing problems.
- IntelliJ
- PostgreSQL
- AWS CI/CD 구축하기
- JavaScript
- java bigdecimal
- codedeploy
- docker
- Spring
- redis
- chartjs
- Airflow
Archives
- Today
- Total
Small Asteroid Blog
[Spring Error] nested exception is java.lang.IllegalArgumentException: Could not locate appropriate constructor on class 본문
백엔드/Spring
[Spring Error] nested exception is java.lang.IllegalArgumentException: Could not locate appropriate constructor on class
작은소행성☄️ 2023. 4. 21. 09:21728x90
jpql 을 사용할때 다음과 같은 에러가 나왔다.
nested exception is java.lang.IllegalArgumentException: Could not locate appropriate constructor on class
원인으로는 column의 순서가 맞지 않거나 type이 맞지 않아서 생기는 오류이다.
728x90
반응형
'백엔드 > Spring' 카테고리의 다른 글
실전! 스프링 데이터 JPA 내용 정리 - 섹션 4(1) (0) | 2023.08.02 |
---|---|
[JPA] COALESCE - @Query에서 sum()사용시 Null 을 0으로 (0) | 2023.05.19 |
[spring] api 호출 시 response, request 값 로그에 출력하기 - AOP 활용한 logging 출력 (0) | 2023.03.20 |
[Spring] JPA repository 에서 count 사용하기 (0) | 2022.12.15 |
[spring] Failed to convert value of type 'java.lang.String' to required type 'java.time.LocalDateTime' (0) | 2022.12.12 |