My First Full Stack Spring Boot / JQuery Application
Part 5 - Testing With Postman
Test Controller
- Launch the Postman app and enter the URI
http://localhost:8080/
and hit Send. - If your application cannot run because something is occupying a port, use this command with the respective port number specified:
kill -kill `lsof -t -i tcp:8080`