摘要:
SpringSecurity主要实现UserDetailsService来验证登录的用户信息,和Security的配置类来对登录方式和资源进行限制。案例包含利用数据库进行登录验证、URL访问限制、自定义登录页和利用ajax方式登录、实现自定义过滤器对验证码进行验证 阅读全文
摘要:
SpringSecurity自定义AuthenticationSuccessHandler不起作用被忽略,设置successHandler无效 阅读全文
摘要:
IDEA Git恢复DropCommit已经删除的commit提交 撤销Git错误删除commit 回退历史版本 阅读全文
摘要:
SpringDataJPA级联更新保存报错org.springframework.dao.InvalidDataAccessApiUsageException: detached entity passed to persist: com.example.springbootsecurityconcise.bean.Role 阅读全文
摘要:
Spring Data JPA查询报错java.lang.StackOverflowError hibernate SpringBoot 阅读全文
摘要:
VMware虚拟机桥接模式不能联网访问外网,NAT可以联网但本机不能访问虚拟机ping不通 阅读全文
摘要:
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 阅读全文
摘要:
Java17+SpringBoot3+MyBatisPlus3.4.1 整合MyBatisPlus报错Error creating bean with name ‘xxMapper‘ defined Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate 阅读全文
摘要:
Spring-Secriuty登录失败错误状态999重定向302 阅读全文
摘要:
Java17相关框架Spring Framework、Spring Boot、Tomcat、IDEA、Maven需要的最低版本。 阅读全文