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 two config classes: MainConfig and ConfigExt. MainConfig imports ConfigExt, and I would like a concise way of referencing ConfigExt from it.
I'm trying to use @Lookup, but it doesn't work in this case.
I have a sample project here: https://github.com/idlsoft/spring-lookup
and a PR, which I believe will fix the issue here: #919