# test-security **Repository Path**: LIRUIYI/test-security ## Basic Information - **Project Name**: test-security - **Description**: spring security 实战demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-18 - **Last Updated**: 2024-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Security 实战篇 对应文章:https://blog.csdn.net/qq_28911061/article/details/131271018 内存版 memory 数据库版 jdbc 自定义登录 - 单体 custom-login-single 自定义登录 - 前后端分离 会话一致性方案 方案一 custom-login 方案二 custom-login2 方案三 custom-login3 登录改json custom-login-json 认证 密码加密登录 custom-auth 验证码登录 custom-auth-captcha 权限控制 custom-auth-control*