Description
Currently SpringCodegen uses the basePath to generate classname for interface / controller.
I would like to be able to use tags to control the generated classnames (this appears to be the pattern for most other generators).
Just wondering if there is any particular issue why the SpringCodegen uses basePath and if there are any known issues with using tags?
Swagger-codegen version
2.2.2-SNAPSHOT
Swagger declaration file content or url
Command line used for generation
Steps to reproduce
Related issues
Suggest a Fix
I have added a pull request with proposed changes #4607
Description
Currently
SpringCodegenuses the basePath to generate classname for interface / controller.I would like to be able to use tags to control the generated classnames (this appears to be the pattern for most other generators).
Just wondering if there is any particular issue why the
SpringCodegenuses basePath and if there are any known issues with using tags?Swagger-codegen version
2.2.2-SNAPSHOT
Swagger declaration file content or url
Command line used for generation
Steps to reproduce
Related issues
Suggest a Fix
I have added a pull request with proposed changes #4607