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
Springboot3.5.0, it added this code, but I customized an AsyncConfigurer implementation, @ConditionalOnMissingBean will be invalid, and AsyncConfigurerConfiguration.AsyncConfigurer will be added to the spring container anyway, so that the container has two AsyncConfigurer implementation classes, one is self-customized, and the other is provided by pringboot, which will report an error when starting.
Excuse me, how to solve it? I don’t want the AsyncConfigurer implementation that comes with the framework.