This is my Sample Spring-Boot Examples
To run and call the service, execute the below comments. This samples uses embedded H2 DB and Jersy server in it.
mvn spring-boot:run
Once execute the command, the server would start and execute the command to call the service either in CURL,
curl -i http://localhost:8080/customer/
If you want see the H2 DB console, execute the below command in your browser,
http://localhost:8080/console