Skip to content

Commit

Permalink
[DEV-000] 개발 서버 구축 및 에러 핸들링 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou authored Aug 4, 2024
1 parent ef2be59 commit 1e1ec6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ spring:
jpa:
database: mysql
hibernate:
ddl-auto: create
ddl-auto: update
properties:
hibernate.format_sql: true
dialect: org.hibernate.dialect.MySQLDialect
dialect: org.hibernate.dialect.MySQL8InnoDBDialect
defer-datasource-initialization: false

sql:
Expand Down

0 comments on commit 1e1ec6d

Please sign in to comment.