Before Running the project, need to configure database connection in application.properties file.
The default database connection properties are shown below.
spring.datasource.url=jdbc:mysql://localhost:3306/role
spring.datasource.username=root
spring.datasource.password=password
Make sure the role database is available