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
We should declare ModuleTestAutoConfiguration as @AutoConfigureOrder(Ordered.HIGHEST_PRECEDENCE) to make sure that other autoconfiguration classes that use AutoConfigurationPackages already see the tweaked arrangement.
The text was updated successfully, but these errors were encountered:
…st precedence.
Also, keep autoconfiguration packages as String array to avoid ClassCastExceptions when the bean definition's constructor arguments are inspected manually (like in AutoConfigurationPackages.addBasePackages(…).
We should declare
ModuleTestAutoConfiguration
as@AutoConfigureOrder(Ordered.HIGHEST_PRECEDENCE)
to make sure that other autoconfiguration classes that useAutoConfigurationPackages
already see the tweaked arrangement.The text was updated successfully, but these errors were encountered: