You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Today I am able to generate interface and models with the help of openapi-generator-maven-plugin. However I am not aware how to generate the info and security part which ideally can be written with @OpenApiDefinition
openapi: 3.0.0info:
version: 1.0.0title: Sample APIdescription: A sample API to illustrate OpenAPI concepts
Describe alternatives you've considered
I checked issue: #12220 but not sure if it is the same problem's solution.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Today I am able to generate interface and models with the help of openapi-generator-maven-plugin. However I am not aware how to generate the info and security part which ideally can be written with
@OpenApiDefinition
Describe alternatives you've considered
I checked issue: #12220 but not sure if it is the same problem's solution.
The text was updated successfully, but these errors were encountered: