Skip to content

Commit 18f9779

Browse files
committed
[DEV-000] 개발서버 db connection 문제 해결 시도
1 parent 5900bb3 commit 18f9779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spring:
1515
ddl-auto: update
1616
properties:
1717
hibernate.format_sql: true
18-
dialect: org.hibernate.dialect.MySQLDialect
18+
dialect: org.hibernate.dialect.MySQL8InnoDBDialect
1919
defer-datasource-initialization: false
2020

2121
sql:

0 commit comments

Comments
 (0)