Skip to content

Commit 09d585d

Browse files
committed
Use InnoDB dialect
1 parent c77af3a commit 09d585d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-social/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spring:
1111
naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
1212
properties:
1313
hibernate:
14-
dialect: org.hibernate.dialect.MySQL5Dialect
14+
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
1515
security:
1616
oauth2:
1717
client:

0 commit comments

Comments
 (0)