We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8781e6 commit 8324f7aCopy full SHA for 8324f7a
src/main/resources/application-dev.yml
@@ -14,8 +14,6 @@ spring:
14
use_sql_comments: false
15
default_batch_fetch_size: 1000 #최적화 옵션
16
hibernate:
17
- naming:
18
- physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
19
ddl-auto: create-drop
20
# create 기존테이블을 삭제하고 다시 생성
21
# create-drop 기존테이블을 삭제하고 다시생성. 종료 시점에 테이블삭제
0 commit comments