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
If you use @EnableAutoConfiguration multiple times in your application each is processed in isolation. This can cause confusion with excludes as they must be configured on every occurrence of @EnableAutoConfiguration to take effect.
The text was updated successfully, but these errors were encountered:
If you use
@EnableAutoConfiguration
multiple times in your application each is processed in isolation. This can cause confusion with excludes as they must be configured on every occurrence of@EnableAutoConfiguration
to take effect.The text was updated successfully, but these errors were encountered: