I\'m trying to start spring boot project with MySQL database, but I have some problem with database. I try to start my application that, and server is running but hibernate don\
Just specify the dialect in your application.properties. For example, for MySQL 8:
application.properties
hibernate.dialect=org.hibernate.dialect.MySQL8Dialect