Steps to run the application.
-
Clean and Install the application
mvn clean install -
Start the application
mvn spring-boot:run
-
To access H2-console - http://localhost:8080/api/h2-console/
-
Application baseUrl - http://localhost:8080/api
-
Swagger endpoint - http://localhost:8080/api/swagger-ui
-
Open API docs - http://localhost:8080/api/v2/api-docs
- Use of Java version 8 is required
- Currently used port is 8080, can be update from application.properties