Skip to content

Commit

Permalink
update :: yml dialect mysql로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ta2ye0n committed Jun 3, 2024
1 parent fddab36 commit 6168ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
password: ${DB_PASSWORD}
jpa:
hibernate:
dialect: org.hibernate.dialect.MariaDBDialect
dialect: org.hibernate.dialect.MySQLDialect
ddl-auto: update
properties:
hibernate:
Expand Down Expand Up @@ -36,4 +36,4 @@ cloud:
s3:
bucket: ${AWS_S3_BUCKET}
stack:
auto: false
auto: false

0 comments on commit 6168ad7

Please sign in to comment.