无法将名称[org.hibernate.dialect.MYSQL5Dialect]解析为策略[org.hibernate.dialect.Dialect]

时间:2018-06-01 09:01:07

标签: java hibernate spring-boot

我已经像这样配置了。为什么我报告上述错误?

spring.jpa.show-sql = true
logging.level.org.springframework.data=DEBUG
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://localhost:3306/test
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.hibernate.namingstrategy=org.hibernate.cfg.ImprovedNamingStrategy
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MYSQL5Dialect

1 个答案:

答案 0 :(得分:1)

您的配置中有拼写错误

正确的应该是

autoplay=1