From d0fee61a3e63071fe61587cb2f84b71b110286db Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sun, 29 Dec 2019 10:09:55 +0100 Subject: [PATCH] Add springdoc-openapi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3d0bd6..529671e 100644 --- a/README.md +++ b/README.md @@ -845,6 +845,7 @@ _Frameworks specifically for creating RESTful services._ - [Restlet Framework](https://github.com/restlet/restlet-framework-java) - Pioneering framework with powerful routing and filtering capabilities, and a unified client and server API. - [Spark](http://sparkjava.com) - Sinatra inspired framework. - [Crnk](http://www.crnk.io) - Implementation of the JSON API specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations and more. +- [springdoc-openapi](https://github.com/springdoc/springdoc-openapi) - Automates the generation of API documentation using Spring Boot projects. - [Swagger](https://swagger.io) - Standard, language-agnostic interface to REST APIs. ### Science