Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IMPLEMENTATIONS.md #1983

Merged
merged 1 commit into from
Aug 7, 2019
Merged

Update IMPLEMENTATIONS.md #1983

merged 1 commit into from
Aug 7, 2019

Conversation

springdoc
Copy link

springdoc-openapi is a java library that produces OpenAPI 3.x specification documentation for spring-boot applications.
It helps automating the generation of API documentation using spring boot projects.
It automatically deploys swagger-ui to a spring-boot application Documentation.

Automatically generates documentation in JSON/YAML and HTML format APIs. This documentation can be completed by comments using swagger-api annotations.

This library supports:

OpenAPI 3
Spring-boot 2
JSR-303, specifically for @NotNull, @min, @max, and @SiZe.
Swagger-ui
Oauth 2

springdoc-openapi is a java library that produces OpenAPI 3.x specification documentation for spring-boot applications. 
It helps automating the generation of API documentation using spring boot projects.
It automatically deploys swagger-ui to a spring-boot application Documentation.

Automatically generates documentation in JSON/YAML and HTML format APIs. This documentation can be completed by comments using swagger-api annotations.

This library supports:

OpenAPI 3
Spring-boot 2
JSR-303, specifically for @NotNull, @min, @max, and @SiZe.
Swagger-ui
Oauth 2
Copy link
Member

@MikeRalphson MikeRalphson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@webron webron merged commit 597a638 into OAI:master Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants