摘要: SpringSecurity简明教程 SpringSecurity主要实现UserDetailsService来验证登录的用户信息,和Security的配置类来对登录方式和资源进行限制。案例包含利用数据库进行登录验证、URL访问限制、自定义登录页和利用ajax方式登录、实现自定义过滤器对验证码进行验证 阅读全文
posted @ 2023-09-01 16:28 蔚然丶丶 阅读(520) 评论(2) 推荐(3) 编辑
摘要: SpringSecurity自定义AuthenticationSuccessHandler不起作用无效被忽略,设置successHandler无效,successhandler不执行 SpringSecurity自定义AuthenticationSuccessHandler不起作用被忽略,设置successHandler无效 阅读全文
posted @ 2023-08-30 17:17 蔚然丶丶 阅读(343) 评论(0) 推荐(0) 编辑
摘要: IDEA Git恢复DropCommit已经删除的commit提交 撤销Git错误删除commit 回退历史版本 IDEA Git恢复DropCommit已经删除的commit提交 撤销Git错误删除commit 回退历史版本 阅读全文
posted @ 2023-08-25 13:07 蔚然丶丶 阅读(771) 评论(0) 推荐(0) 编辑
摘要: SpringDataJPA级联更新保存报错org.springframework.dao.InvalidDataAccessApiUsageException: detached entity passed to persist: com.example.springbootsecurityconcise.bean.Role SpringDataJPA级联更新保存报错org.springframework.dao.InvalidDataAccessApiUsageException: detached entity passed to persist: com.example.springbootsecurityconcise.bean.Role 阅读全文
posted @ 2023-08-25 10:43 蔚然丶丶 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Spring Data JPA查询报错java.lang.StackOverflowError hibernate SpringBoot Spring Data JPA查询报错java.lang.StackOverflowError hibernate SpringBoot 阅读全文
posted @ 2023-08-24 17:38 蔚然丶丶 阅读(82) 评论(0) 推荐(0) 编辑
摘要: VMware虚拟机桥接模式不能联网访问外网,NAT可以联网但本机不能访问虚拟机ping不通 VMware虚拟机桥接模式不能联网访问外网,NAT可以联网但本机不能访问虚拟机ping不通 阅读全文
posted @ 2023-08-16 11:26 蔚然丶丶 阅读(42) 评论(0) 推荐(0) 编辑
摘要: Docker安装Redis错误Reading the configuration file, at line 416 >>> 'locale-collate ""' Bad directive or wrong number of arguments docker安装redis报错*** FATAL CONFIG FILE ERROR (Redis 7.0.12) *** Reading the configuration file, at line 416 >>> 'locale-collate ""' Bad directive or wrong number of arguments 阅读全文
posted @ 2023-08-16 11:10 蔚然丶丶 阅读(570) 评论(0) 推荐(0) 编辑
摘要: Java17+SpringBoot3+MyBatisPlus3.4.1 整合MyBatisPlus报错Error creating bean with name ‘xxMapper‘ defined Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate 阅读全文
posted @ 2023-08-10 10:10 蔚然丶丶 阅读(314) 评论(0) 推荐(0) 编辑
摘要: Spring Secriuty登录失败错误状态999重定向302 Spring-Secriuty登录失败错误状态999重定向302 阅读全文
posted @ 2023-08-09 15:58 蔚然丶丶 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Java17与相关框架支持版本SpringBoot、IDEA、Tomcat等 Java17相关框架Spring Framework、Spring Boot、Tomcat、IDEA、Maven需要的最低版本。 阅读全文
posted @ 2023-08-04 13:34 蔚然丶丶 阅读(570) 评论(0) 推荐(0) 编辑