Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit ae5f145

Browse files
committed
fix: update Hibernate dialect to MySQLDialect for compatibility
1 parent ca2d223 commit ae5f145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spring:
2222
properties:
2323
hibernate:
2424
format_sql: true
25-
dialect: org.hibernate.dialect.MySQL8Dialect
25+
dialect: org.hibernate.dialect.MySQLDialect
2626

2727

2828
app:

0 commit comments

Comments
 (0)