Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 jhipster.jhipster 身份验证对我来说使用 UserName 和 Password.但我想只使用 userName 而不是用户名和密码的组合来验证用户请帮助我。
谢谢
我在您的评论中读到您正在使用 Facebook 登录,JHipster 使用支持 OpenID 身份验证的 Spring Security,您应该看看它。我有一个使用它的类似应用程序(它是 Spring XML 配置,而不是 JavaConfig,但它应该非常接近 JHipster,因为我编写了两个项目):
applicationContext-security.xml