i am following this https://spring.io/guides/gs/accessing-data-mysql/ guide to connect mysql db to spring boot project
but getting following error when running the a
Update the pom.xml file with DB version and the database:
pom.xml
mysql mysql-connector-java 5.1.44