摘要:
我的用户密码前台输入后,需要和用户名关联进行加密比较,所以重写了AuthenticationProvider的实现类进行处理; @Component public class MyAuthenticationProvider implements AuthenticationProvider { @ 阅读全文
摘要:
<!--登录错误提示信息--><div class="error_tip" th:if="${param.error}"> <span th:text="${session?.SPRING_SECURITY_LAST_EXCEPTION?.message}" class="help-block" s 阅读全文