Skip to content

Commit

Permalink
Use MySQL55Dialect for mysql dbs.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed May 4, 2018
1 parent e58f114 commit 6e9e378
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ management:
web:
exposure:
include: "*"

---
spring:
profiles:
active: mysql
jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL55Dialect

0 comments on commit 6e9e378

Please sign in to comment.