數據庫報錯
mysql 用的哪個版本呢,一直報這個錯: Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
2017-09-15
那是因為你的application.yml文件中有錯,并不是沒有設置方言
2017-08-27
看報錯的信息,設置一下方言。
2017-08-27
5.1.5----5.1.31