Skip to content

Commit

Permalink
Merge pull request #100 from Kid-Bean/refactor/ldy/performance
Browse files Browse the repository at this point in the history
fix: MySQL8로 Dialect 변경
  • Loading branch information
leedy3838 authored Jul 28, 2024
2 parents a198f5a + 7a59fb7 commit bd7cc8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ spring:
password: test

jpa:
database-platform: org.hibernate.dialect.MySQL8Dialect
hibernate:
ddl-auto: create
properties:
hibernate:
format_sql: true
show_sql: true
show_sql: false

cloud:
aws:
Expand Down

0 comments on commit bd7cc8d

Please sign in to comment.