728x90
반응형
could not execute statement; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement
JPA에서 테이블명을 변경하며, 기존테이블이 존재하는 상태에서 새로운테이블이 추가했더니
해당 테이블과 FK가 걸려있던 테이블에 접근할 때 오류가 발생하였다.
결론적으로 기존테이블을 삭제하여 해결하였다.
728x90
반응형
'Web 개발 > Java, SpringBoot, JPA' 카테고리의 다른 글
[MySQL] Spring Boot, MySQL 연동 (0) | 2021.08.02 |
---|---|
[MySQL] MySQL 8.0 D드라이브에 설치 방법 (2) | 2021.07.31 |
[JPA]Error creating bean with name 'springSecurityFilterChain' defined in class path resource (0) | 2021.07.01 |
[JPA] 접속중인 사용자에 대한 정보 추가 (0) | 2021.06.30 |
[JPA] 로그인한 사용자 정보 가져오기 (0) | 2021.06.30 |