- SpringBoot REST Api
- JPA with MySQL and H2 Database
- Rest API Data validation
- Swagger url : http://localhost:8080/swagger-ui.html#
- Added Springboot Dev Tools for continuos code update without restart server.
- H2 DB url: http://localhost:8080/h2/
- Custom Exception Handaled. (extends ResponseEntityExceptionHandler)
- HAL Browser added to monitor API. http://localhost:8080/browser/index.html#/
@ControllerAdvice and extends ResponseEntityExceptionHandler used for Global exception handler.
#Monitoring :
Download Promethous and Grafana
#Promethous:
cmd prompt > perometheus.exe --config.file=emp-app.yml
http://localhost:9090/graph --Promethous GUI for query
#Grafana :
cmd prompt > grafana-server.exe
http://localhost:3000