Skip to content

Commit

Permalink
[DEV-000] MySQL Dialect 및 ddl-auto 옵션 변경 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou authored Aug 2, 2024
1 parent 5294c46 commit ef2be59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ spring:

jpa:
database: mysql
database-platform: org.hibernate.dialect.MySQL8InnoDBDialect
hibernate:
ddl-auto: none
ddl-auto: create
properties:
hibernate:
hibernate.format_sql: true
dialect: org.hibernate.dialect.MySQLDialect
defer-datasource-initialization: false

sql:
Expand Down

0 comments on commit ef2be59

Please sign in to comment.