Skip to content

Commit

Permalink
change the MYSQLDialect
Browse files Browse the repository at this point in the history
  • Loading branch information
HwiYul-G committed May 8, 2024
1 parent 3ce13da commit b7434b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
ddl-auto: none # Turn off the DDL auto generation.
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL8Dialect
dialect: org.hibernate.dialect.MySQLDialect
servlet:
multipart:
max-file-size: 256MB
Expand Down

0 comments on commit b7434b3

Please sign in to comment.