Skip to content

This project demonstrates how to generate Swagger Spec (contracts) directly from Java code base.

Notifications You must be signed in to change notification settings

andrii-minchekov/swagger-api-generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates how to generate Swagger Spec (contracts) directly from the code base.

To generate Swagger Spec run next gradle task ./gradlew clean generateSwaggerDocumentation

Swagger-UI : http://localhost:9999/swagger-ui.html

Swagger JSON: http://localhost:9999/v2/api-docs

Integrated CDC testing.

java -jar app.jar --spring.config.location=classpath:/another-location.properties

*Notes: Use Java 8

About

This project demonstrates how to generate Swagger Spec (contracts) directly from Java code base.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published