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 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
The text was updated successfully, but these errors were encountered:
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 forkotlin-spring
as for thejava-spring
generator?Like: #13838
The text was updated successfully, but these errors were encountered: