我可以使用 和<用户名密码验证过滤器>同时在春季安全

发布于 2025-01-08 05:37:17 字数 203 浏览 1 评论 0 原文

有人知道我可以在 spring security.xml 中同时使用 和 吗?目前,我在 xml 中的标签下使用 UsernamePasswordAuthenticationFilter 。 但是,当我将自动配置设置为“true”并将 @Secured("ROLE_ADMIN") 放入控制器类中时,我遇到了异常,例如期望构造函数或参数没有方法。

我该如何解决这个问题? 谢谢

Anyone know can I use and at the same time in spring security.xml? currently , I am using UsernamePasswordAuthenticationFilter under tag in xml.
But when I set the auto-config to 'true' and put @Secured("ROLE_ADMIN") in controller class, I am getting exception like expecting contructor or args with no method.

How can I solve this problem?
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一影成城 2025-01-15 05:37:17

忘记使用自动配置。这带来的麻烦多于其价值。只需手动添加您想要的配置元素即可。

如果您收到有关没有 null 构造函数的错误,那么可能就是原因。不过,请务必发布您的例外情况。

Forget about using auto-config. It is more trouble than it is worth. Just add the configuration elements you want manually.

If you are getting an error about not having a null constructor, then this is probably the reason. Always post your exception though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文