스프링/JPA
JPA 데이터베이스 스키마 자동 생성 yaml 옵션
세객
2019. 5. 27. 16:06
spring:
jpa:
hibernate:
ddl-auto: validate
create
create-drop
update
validate
none