Corné

Results 2 comments of Corné

Is anyone else encountering this bug when using the Kotlin-Spring generator with library spring-cloud? We're using openapi-generator version: 6.6.0 Our generated interface: ``` @Validated @RequestMapping("\${api.base-path:/api/test/v1}") interface TestApi { ``` The...

I created a [MR](https://github.com/OpenAPITools/openapi-generator/pull/15898) to fix this issue also for the Kotlin-Spring generator, hopefully someone can have a look?