无法将hibernate方言设置为SQLServer2012Dialect

时间:2017-10-10 11:02:47

标签: hibernate spring-boot

这是application.properties中的配置:

def hibernateVersion="5.2.10.Final"
compile group: 'org.hibernate', name: 'hibernate-gradle-plugin', version: "${hibernateVersion}"
spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServer2012Dialect

但是当我调试它时显示SQLServerDialect

enter image description here

我该如何改变它?

0 个答案:

没有答案