-
Notifications
You must be signed in to change notification settings - Fork 317
Support @SchemaMapping + @BatchMapping on a class when looking for handlers along with @Controller #287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We haven't had a great experience with similar support in Spring MVC which treated a class-level In short, it wouldn't be an issue now, but as the ecosystem around it grows, it can become an issue, so I don't think this is something we'd want to introduce. I'm not quite sure how |
Analogically for |
Yes but bean registration via component scanning is entirely optional. Especially for you situation, consider customizing it to select what packages to scan or turning it off in favor of explicit |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
In this project, we have separated the processes of creating objects and mapping requests. We create objects through Kotlin DSL.
@Controller
breaks context startup.Need like this
But now we have to use workaround
You need the ability to do the same as in the analogy with RSocket.
The text was updated successfully, but these errors were encountered: