mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-24 16:05:15 +00:00
ConditionalOnMissingBean can only work in a Spring Boot environment. This means this approach is flawed. Instead users that wish to override requestDataValueProcessor can use @Primary.