Skip to content

abedurftig/micronaut-openapi

 
 

Repository files navigation

Micronaut OpenAPI

Maven Central Build Status Download

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.

Snapshots and Releases

Snaphots are automatically published to JFrog OSS using Github Actions.

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

Releases are published to JCenter and 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 52.4%
  • Java 45.7%
  • HTML 1.2%
  • Kotlin 0.7%