Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 618 Bytes

File metadata and controls

15 lines (10 loc) · 618 Bytes

RESTAPI-Full-Method-Support-With-Swagger-UI

Demo App for REST API contain all CRUD operation with Test Cases and Swagger UI.

Steps:

  1. To Build this project: build clean install
  2. 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.
  3. 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