Open the Pom.xml file into the project and Update the maven dependency version(Required) for MySQL
<dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.15</version> </dependency>
Open the Pom.xml file into the project and Update the maven dependency version(Required) for MySQL
<dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.15</version> </dependency>