Closed as not planned
Closed as not planned
Description
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.
Metadata
Metadata
Assignees
Labels
No labels