Skip to content

n0tl3ss/micronaut-openapi

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 54.9%
  • Java 43.6%
  • HTML 1.1%
  • Kotlin 0.4%