Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set.
Adding the following line to the properties
file solve this problem when I had that error.
spring.jpa.database=mysql
Adding the following line to the properties
file solve this problem when I had that error.
spring.jpa.database=mysql