We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e24fb commit 9b63114Copy full SHA for 9b63114
src/main/resources/application-dev.yml
@@ -16,7 +16,7 @@ spring:
16
hibernate:
17
naming:
18
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
19
- ddl-auto: update
+ ddl-auto: create-drop
20
# create 기존테이블을 삭제하고 다시 생성
21
# create-drop 기존테이블을 삭제하고 다시생성. 종료 시점에 테이블삭제
22
# update 변경된 스키마 적용 (운영 DB 에서 사용X)
0 commit comments