You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to different swagger files with same basePath (like /api). I would like to generate spring-boot server stups out of it. This results in two identical named classes (e.g. "ApiApiController") which then results in colliding bean names:
Caused by: org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'apiApiController' for bean class [de.zalando.ale.asgateway.api.sorter.ApiApiController] conflicts with existing, non-compatible bean definition of same name and class [de.zalando.ale.asgateway.api.wms.ApiApiController]
To prevent this, i would like to be able to configure a Prefix which will be added to the generated Api Classnames.
The text was updated successfully, but these errors were encountered:
ender74
added a commit
to ender74/swagger-codegen-tooling
that referenced
this issue
Apr 23, 2018
I have to different swagger files with same basePath (like /api). I would like to generate spring-boot server stups out of it. This results in two identical named classes (e.g. "ApiApiController") which then results in colliding bean names:
To prevent this, i would like to be able to configure a Prefix which will be added to the generated Api Classnames.
The text was updated successfully, but these errors were encountered: