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
ObjectProvider support a method to get bean with specified args. (#18529)
But I have a collection beans to autowired, Use ObjectProvider<List<T>>, but now it looks like the args not effect, and throw No qualifying bean for constructor.