Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from gdsc-konkuk/fix/mysql-table-naming
Browse files Browse the repository at this point in the history
fix: mysql이 LINUX에서 case-sensative인 점 고려 및 일시적으로 ddl create 적용
  • Loading branch information
goldentrash authored Feb 3, 2024
2 parents e1356e6 + 1522d84 commit 05a62f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ spring:
database: mysql
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: validate
ddl-auto: create
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
properties:
hibernate:
format_sql: true
Expand Down

0 comments on commit 05a62f9

Please sign in to comment.