- Java JDK 1.8 or later.
- Apache Maven 3.0.5 or later.
Clone this repo using "git clone https://github.com/JKAUSHALYA/swaggerdocumentgenerator.git"
- If there are any custom templates to be used, add them to the templates folder.
- Copy the swagger yaml file into the swagger-yaml folder.
- Open the pom file using a text editor and update the property <swagger.yaml.file.name></swagger.yaml.file.name> with correct swagger file name.
- Open a terminal and run "mvn clean install post-site" command.
- If all success, there will be a message displaying "BUILD SUCCESS".
- Generated documentation site will be available as "doc.zip" inside doc folder.