본문 바로가기

삽질

[Spring Boot] org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement

DB 테이블의 컬럼 이름을 수정하고 이름이 일치하지 않아서 발생되는 에러입니다.

 

ORM으로 DB 테이블을 만드시는 분들은 컬럼 이름을 자세히 확인해 보시기 바랍니다.

 

데이터가 없어져도 괜찮으신 분들은, DB 테이블을 삭제하고 하면 다시 실행하면 됩니다.