openapi-generator-maven-plugin Questions
2
Solved
I have written an web service definition as an OpenAPI document. The openapi-generator-maven-plugin I'm using always generates a whole project with poms and gradle build scripts, but I only need th...
Ottoottoman asked 8/4, 2021 at 6:17
2
Solved
Please find the schemas in my contract yaml file :
Foo:
allOf:
- $ref: "#/components/schemas/Bar"
properties:
ancestors:
items:
$ref: "#/components/schemas/Bar"
type: arr...
Doolittle asked 18/3, 2022 at 14:39
3
Solved
I've recently upgraded my project to use spring-boot 3.0.0. So I don't have javax.* modules in the project anymore. But the Open API generator keeps trying to import javax modules. Especially, it u...
Remind asked 27/11, 2022 at 20:17
1
I want to generate our models based on an Openapi spec 3.0 yml definition. In my spec I have a definition using allOf to include the fields of the other components. When generating the models with ...
Delete asked 26/9, 2022 at 11:40
1
I want that openapi-generator-maven-plugin do not generates ${openapi-generator.base-package}/OpenApiGeneratorApplicationTests.java.
I'm trying correctly use .openapi-generator-ignore feature.
My c...
Brasserie asked 31/5, 2023 at 1:55
1
I would like to generate a java interface with Spring annotations for an OpenAPI 3.0.1 specification in yaml. In particular it is the @PutMapping I want to ask about.
I would like as outcome someth...
Rosemarie asked 17/5, 2022 at 11:51
3
I am new to OpenApi and want to define my api with an api.yaml (OpenApi version 3.0.1).
My problem is the generated enum just contains the name and not the values.
This is the enum in my code:
TES...
Underpart asked 14/4, 2022 at 13:53
1
© 2022 - 2025 — McMap. All rights reserved.