Rest API to manage internal employee and their skills
- Run the command
mvn test
- Run the command
mvn spring-boot:run
- Access the REST API with the URL: http://localhost:8080/v1/employee
- URL: http://localhost:8080/v1/h2-console/
- Driver Class: org.h2.Driver
- JDBC URL: jdbc:h2:mem:testdb
- User Name: sa
- Password field is to be kept blank and click on connect