上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: 1.导入依赖 <dependency> <groupId>com.github.penggle</groupId> <artifactId>kaptcha</artifactId> </dependency> 2.创建KaptchaImageCodeConfig package com.mengxu 阅读全文
posted @ 2020-11-07 21:24 xl4ng 阅读(195) 评论(0) 推荐(0) 编辑
摘要: CustomAuthenticationSuccessHandler package com.mengxuegu.security.authentication; import com.mengxuegu.base.result.MengxueguResult; import com.mengxue 阅读全文
posted @ 2020-11-07 19:35 xl4ng 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 自定义认证失败处理器 package com.mengxuegu.security.authentication; import com.mengxuegu.base.result.MengxueguResult; import org.springframework.http.HttpStatus 阅读全文
posted @ 2020-11-07 13:58 xl4ng 阅读(967) 评论(0) 推荐(0) 编辑
摘要: 创建CustomAuthenticationSuccessHandler package com.mengxuegu.security.authentication; import com.mengxuegu.base.result.MengxueguResult; import org.sprin 阅读全文
posted @ 2020-11-05 22:01 xl4ng 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 新建CustomUserDetailsService类 package com.mengxuegu.security; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans. 阅读全文
posted @ 2020-11-05 21:37 xl4ng 阅读(161) 评论(0) 推荐(0) 编辑
摘要: application.yml server: port: 80 spring: thymeleaf: cache: false #关闭Thymeleaf缓存 mengxuegu: security: authentication: loginPage: /login/page #响应认证(登录)页 阅读全文
posted @ 2020-11-03 22:22 xl4ng 阅读(613) 评论(0) 推荐(0) 编辑
摘要: <div th:if="${param.error}"> <span th:text="${session.SPRING_SECURITY_LAST_EXCEPTION?.message}" style="color: red">用户名或者密码错误</span> </div> package com 阅读全文
posted @ 2020-11-03 21:23 xl4ng 阅读(668) 评论(0) 推荐(0) 编辑
摘要: package com.mengxuegu.security.config; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.annotation.Bean; im 阅读全文
posted @ 2020-11-01 23:08 xl4ng 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 问题: root@anxxxx-prod1:~# df -h Filesystem Size Used Avail Use% Mounted on udev 3.9G 0 3.9G 0% /dev tmpfs 799M 3.4M 795M 1% /run /dev/vda1 99G 96G 0 10 阅读全文
posted @ 2020-11-01 10:37 xl4ng 阅读(386) 评论(0) 推荐(0) 编辑
摘要: WebSecurityConfig package com.chenmuxin.springdemo.configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; imp 阅读全文
posted @ 2020-10-26 22:57 xl4ng 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页