ajohnson1200 / micronaut-openapi

Generates OpenAPI / Swagger Documentation for Micronaut projects

Home Page:https://micronaut-projects.github.io/micronaut-openapi/latest/guide/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micronaut OpenAPI

Maven Central Build Status Revved up by Gradle Enterprise

This project allows generating OpenAPI 3.x (Swagger) specifications for a Micronaut application at compilation time. By moving the generation of OpenAPI specs into the compiler this project allows Micronaut applications to save on memory and avoid the need for costly computation at runtime unlike most implementations of OpenAPI which rely on processing to occur on the server.

Documentation

See the Documentation for more information.

See the Snapshot Documentation for the latest development version documentation.

Examples

You can generate example applications at https://launch.micronaut.io by selecting the Add Feature button and the openapi feature then generate!

Snapshots and Releases

Snapshots are automatically published to Sonatype Snapshots using Github Actions.

See the documentation in the Micronaut Docs for how to configure your build to use snapshots.

Releases are published to Maven Central via Github Actions.

A release is performed with the following steps:

About

Generates OpenAPI / Swagger Documentation for Micronaut projects

https://micronaut-projects.github.io/micronaut-openapi/latest/guide/index.html

License:Apache License 2.0


Languages

Language:Groovy 44.3%Language:Java 37.6%Language:CSS 17.5%Language:HTML 0.5%Language:Kotlin 0.2%