I stumbled upon an issue with the RequestMapping annotations on the Api interfaces and ApiController classes.
Spring Boot doesn't load my controllers correctly. The beans are instantiated but the HandlerMapping.Mappings is not recognizing the controllers.
When I remove the @RequestMapping("\${api.base-path:}") annotation it works.
Can we have the same requestMappingMode option for kotlin-spring as for the java-spring generator?
Like: #13838
I stumbled upon an issue with the RequestMapping annotations on the Api interfaces and ApiController classes.
Spring Boot doesn't load my controllers correctly. The beans are instantiated but the HandlerMapping.Mappings is not recognizing the controllers.
When I remove the
@RequestMapping("\${api.base-path:}")annotation it works.Can we have the same
requestMappingModeoption forkotlin-springas for thejava-springgenerator?Like: #13838