Value '0000-00-00' can not be represented as java.sql.Timestamp
Value '0000-00-00' can not be represented as java.sql.Timestamp DB URL 끝에 ?zeroDateTimeBehavior=convertToNull 추가 하면 0000-00-00 일때 null 처리 해줌 datetime 기본값을 0000-00-00 처리한경우 나타나는데 기본값 처리안해도 저 에러가 나는 경우에도 위와같이 설정하면 에러는 해결됨