@Autowire在Spring Security自定义身份验证提供程序中不起作用

@Autowire在Spring Security自定义身份验证提供程序中不起作用,第1张

@Autowire在Spring Security自定义身份验证提供程序中不起作用

也许未在根应用程序上下文中启用自动装配后处理器(但在

DispatcherServlet
的上下文中由于
<mvc:annotation-driven>
或的影响而启用了
<context:component-scan>
)。

您可以通过添加

<context:annotation-config>
到中启用它
myApp-security.xml



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5102185.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-17
下一篇 2022-11-17

发表评论

登录后才能评论

评论列表(0条)

保存