Я пытаюсь использовать SpringWebFluxSecurity
в своем проекте, но я получил эту ошибку при компиляции
The bean 'requestDataValueProcessor', defined in class path resource [org/springframework/security/config/annotation/web/configuration/WebMvcSecurityConfiguration.class], could not be registered. A bean with that name has already been defined in class path resource [org/springframework/security/config/annotation/web/reactive/WebFluxSecurityConfiguration.class] and overriding is disabled.
Я знаю, что должен удалить зависимость от WebMvcSecurityConfiguration
. Проблема в том, что я не могу понять, где эта конфигурация вызывается в моем проекте. Ты хоть представляешь, как его найти?