pom.xml 用的 课程github 源码的
application.properties:
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.jdbc-url=jdbc://mysql://127.0.0.1:3306/elastic?charSet=LATIN1
spring.datasource.username=root
spring.datasource.password=password
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=create
logging.level.org.hibernate.SQL=debug
spring.session.store-type=hash_map
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set