Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 896 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 896 Bytes

springfox-swagger

Project is a sample application that swagger implemented for spring framework.

The Springfox suite of java libraries are all about automating the generation of machine and human readable specifications for JSON APIs written using the spring family of projects.

SWAGGER (OPENAPI) SPECIFICATION The Swagger (OpenAPI) specification is a powerful definition format to describe RESTful APIs. The specification creates a RESTful interface for easily developing and consuming an API by effectively mapping all the resources and operations associated with it. It’s easy-to-learn, language agnostic, and both human and machine readable.

Tech

  • Java 8
  • spring-boot
  • springfox-swagger2

How To Use

$ mvn clean package && java -jar target/springfox-swagger-1.0-SNAPSHOT.jar

For test go to browser and write that; http://localhost:8080/swagger-ui.html