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
Try to add mysql connector driver version and remove scope tag from:
mysql mysql-connector-java runtime