Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.


+ 1

I am tring to connect to MySQL via SpringBoot JPA but running into the following error while starting.

1 Answer

4 years ago by

+ 1

Looks like you are missing the MqSQL JDBC driver in your dependencies.
Add the following to your POM file

4 years ago by Karthik Divi



Your Answer