Shorn
Results
2
comments of
Shorn
And now with version `6.2.0` of openapi-generator - my project has started failing because they added `@RequestMapping` in the `api.mustache` file for the `JavaSpring` module. I currently work around this...
**Workaround** Use a different tool to invoke `openapi-generator`, that does support `JAVA_HOME`. I use Gradle, with wrapper for the `gradlew` script and the `org.openapi.generator` Gradle plugin to call the OpenAPI...