Skip to content

badrkacimi/Spring-SwaggerUI-JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-SwaggerUI-File

Document your API (Spring Rest)

Swagger is the world’s largest framework of API developer tools for the OpenAPI Specification(OAS), enabling development across the entire API lifecycle, from design and documentation, to test and deployment.

At the heart of the above tools is the OpenAPI Specification (formerly called the Swagger Specification). The specification creates the RESTful contract for your API, detailing all of its resources and operations in a human and machine readable format for easy development, discovery, and integration.

Test Swagger interface in browser

http://localhost:8084/swagger-ui.html

Generer contrat swagger.json

mvn compile

Output : /swagger-ui/swagger.json