You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jpa entity class 만들기
@Entity (JPA 찍먹)
Post entity class 생성
db에 해당 Post 클래스와 매핑되는 table insert query문 만들기 (post table 생성)
매핑이 잘되었는지 validate 옵션으로 확인(ddl auto로 table 생성 x)