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
@AutoConfigureOrder allows absolute ordering of auto-configuration classes, but its default value is Ordered.LOWEST_PRECEDENCE. This means that there's no way to mark an auto-configuration as going after all the others. I think we should change the default to 0.