Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate code from an openapi file?

is it possible to generate java code from the openapi definition file with quarkus? Or should I use an external tool ?

like image 921
Jean-François Avatar asked Oct 15 '25 16:10

Jean-François


1 Answers

Have a look at https://github.com/OpenAPITools/openapi-generator. I don't think Quarkus can do that.
Quarkus could generate an openapi yaml file from your quarkus project, which you could again use for openapi client generation.
For that take a look here https://quarkus.io/guides/openapi-swaggerui

like image 141
JWo Avatar answered Oct 18 '25 22:10

JWo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!