apicurio-studio icon indicating copy to clipboard operation
apicurio-studio copied to clipboard

How to use Apicurio studio open api generator with Quarkus

Open renandevenz opened this issue 3 years ago • 1 comments

I'm trying to use Apicurio studio to generate API stubs like I did using Spring but I don't know how I do it using Quarkus. Does anyone know how to configure the plugin for Maven? If you have any sample projects. Thanks.

renandevenz avatar Jun 03 '22 14:06 renandevenz

Hey @renandevenz do you mean openapi generator? If yes, take a look at this https://appdev.consulting.redhat.com/tracks/runtimes/quarkus/bootstrap.html

rafamqrs avatar Jun 30 '22 23:06 rafamqrs

Hi @renandevenz,

We have extracted the codegen feature to a Quarkus extension that one can use to generate his API stub. All the documentation (is very simple) and configuration needed can be found there.

carlesarnal avatar Jan 23 '23 08:01 carlesarnal