SW개발/Hibernate
SQL Error: 0, SQLState: S0022 Column 'xxx' not found.
개소왕
2020. 7. 18. 18:13
: SQL Error: 0, SQLState: S0022
: Column 'dt' not found.
* 환경
JPA
Spring boot
* 원인
DAO 반환 값에 필요한 'xxx' 가 SELECT 결과에 없어
* 해결
필요한 컬럼 넣어줘