Skip to content

Commit 8324f7a

Browse files
authored
fix: 자동 snake case로 변환 (#125)
1 parent a8781e6 commit 8324f7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/resources/application-dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ spring:
1414
use_sql_comments: false
1515
default_batch_fetch_size: 1000 #최적화 옵션
1616
hibernate:
17-
naming:
18-
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
1917
ddl-auto: create-drop
2018
# create 기존테이블을 삭제하고 다시 생성
2119
# create-drop 기존테이블을 삭제하고 다시생성. 종료 시점에 테이블삭제

0 commit comments

Comments
 (0)