Skip to content

A complete demo project for a Restful API with proper automated API documentation

Notifications You must be signed in to change notification settings

AtulRanjan/spring-boot2-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A complete demo project for a Restful API with proper automated API documentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published