OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.56k stars 6.28k forks source link

Kotlin-Spring request mapping mode #18896

Closed pstorch closed 2 weeks ago

pstorch commented 3 weeks ago

RequestMappingMode: Explicit configuration to control the location of the generated class level RequestMapping annotation-

Based on #13838 but for the kotlin-spring generator.

Fixes #18884

PR checklist

wing328 commented 2 weeks ago

lgtm. let's give it a try

thanks for the PR