You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenApiSpec can be used to generate [OpenApi-Specification](https://swagger.io/specification/).
137
+
This specification can then be used in combination with [Swagger-UI](https://swagger.io/tools/swagger-ui/) or [ReDoc](https://redocly.com/) to add a beautiful documentation to your Restful API.
Json-Schema-Gen is a library to generate a [JSON-Schema](https://json-schema.org/) for your configuration file in order for IDE to provide better autocompletion.
144
+
This library supports the generation by using annotation on your configuration-class or by directly using the Java-API.
0 commit comments