코드 잡동사니
JPA 데이터베이스 스키마 자동 생성 yaml 옵션 본문
spring:
jpa:
hibernate:
ddl-auto: validate
create
create-drop
update
validate
none
Comments
spring:
jpa:
hibernate:
ddl-auto: validate
create
create-drop
update
validate
none