OpenAPI

Micronaut server generation using OpenApi specification

Reading Time: 3 minutes In this article, we will create an OpenAPI specification file and use it to generate a Java Micronaut server API using the OpenAPI generator. Installing OpenAPI generator We can use the OpenAPI generator using multiple supported workflow integrations like Gradle, Maven, and SBT. Here, we are using the jar option, Download the binary, then place it in the project folder you want to use. To Continue Reading