Allow enable/disable the API generation #802
Labels
area:client
This item is related to the client extension
enhancement
New feature or request
good first issue
Good for newcomers
I will answer below:
There is no option for enable/disable the API generation.
If you want to change the base package in which the classes are generated, use the
quarkus.openapi-generator.codegen.spec.<filename>.base-package
property.Note
The base-package is for specified for all generated classes.
Behind the scenesthis tooling uses https://openapi-generator.tech/docs/generators/java/ with microprofile library template.
If I didn't answer your question well, you can tell me and I'll try to improve the answer.
Originally posted by @mcruzdev in #741 (comment)
The text was updated successfully, but these errors were encountered: