Taking It for a Ride
We'll cover the following...
The commands to run
Let’s verify that all that code works well together. Once again, build the application and run the service. Use curl or any tool of your choice to exercise the application. Here’s a series of curl calls to exercise the service.
curl -w "\n" -X GET http://localhost:8080/task
echo ""
curl
...