https://velog.io/@max9106/JPA-soft-delete
could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute statement
테이블 이름이 user_entity이므로 UserEntity에서 user_entity로 변경해주었다.
다시 실행
UserEntity에서는 컬럼이름이 id이지만 DB에는 user_id이기 때문에 이것도 변경해주었다.
다시 실행