Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.15 KB

Restful API with proper automated API documentation

Build Project

To build the project, Run following command
mvn clean install

Running the Project

To run the project, Run following command
mvn spring-boot:run
Testing the API using swagger

Click on the link to access the swagger ui.

Swagger-UI http://localhost:7772/spring-boot2/swagger-ui.html

Creating static API Documentation

To create static document in pdf and html format, Run following command

mvn test

Three files will be created in \src\main\resources\asciidoc directory

  1. api-doc.adoc

  2. api-doc.html

  3. api-doc.pdf