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
Replace @Autowired configuration samples for ConfigurerModule
Replace @Autowired configuration samples for ConfigurerModule, as the
Spring changes accompanied with 4.6 make it so that @Autowired methods
cause circular dependencies _or_ they're invoked completely out of order
Users can battle this by using a ConfigurerModule bean instead.
#spring-config-samples
0 commit comments