Browse Source

JPA Dialect设置为MYDQL5

Sand Wen 9 years ago
parent
commit
4ba83c6f37
1 changed files with 6 additions and 0 deletions
  1. 6 0
      application.yml

+ 6 - 0
application.yml

@ -1,3 +1,9 @@
spring:
  jpa:
    database-platform: org.hibernate.dialect.MySQL5Dialect
    hibernate:
      dialect: org.hibernate.dialect.MySQL5Dialect
quartz:
  auto-startup: false