spring5-mvc-rest Rest-API implemented using Spring MVC for Customers and Cattegories What I Learned Rest HTTP Methods: GET,PUT,POST,DELETE how to Use Postman How to implement RESTful API in Java Using Spring MVC In Action GET categories GET customers PATCH customers POST customers PUT customers DELETE customers