Java
未读
SpringSecurity开发文档
文章内容讲解如何快速开发SpringSecurity项目,包括:pom.xml依赖引入、SpringSecurity配置文件、自定义数据库查询、封装数据库查询对象、自定义登录逻辑、重写认证管理器认证以及融入Jwt的token登录和权限拦截器。