此问题在此处已有答案:
Spring get instance of AuthenticationManager complicated since WebSecurityConfigurerAdapter deprecated(1个答案)
上个月关门了。
在Sping Boot 2.7.4中,不赞成使用包含authenticationManagerBean
函数的WebSecurityConfigurerAdapter
类
还有什么选择呢?
此问题在此处已有答案:
Spring get instance of AuthenticationManager complicated since WebSecurityConfigurerAdapter deprecated(1个答案)
上个月关门了。
在Sping Boot 2.7.4中,不赞成使用包含authenticationManagerBean
函数的WebSecurityConfigurerAdapter
类
还有什么选择呢?
2条答案
按热度按时间t5zmwmid1#
这些天我一直面临着和你一样的问题,唯一找到的解决办法就是这个
但是这导致了我在测试中的一个异常。我在GitHub上发布了一个Spring启动问题。请查看以了解最新信息。https://github.com/spring-projects/spring-framework/issues/29215这可能是一个bug
lokaqttq2#
我发现替代方法是
AuthenticationConfiguration
类中的getAuthenticationManager
函数