Demo App for REST API contain all CRUD operation with Test Cases and Swagger UI.
- To Build this project: build clean install
- After running obove command copy the war file from the target directory and paste it in the tomcat webapps folder and after that start the tomcat.
- Use API http://:/MyRESTAPIPractice/rest/token to get the token. 4 Use the above token in the further APIs call, See the Test cases of MyServiceTest class to get better understanding.
It support all method POST,PUT,GET,PATCH and DELETE