# SpringSecurityDemo **Repository Path**: fffs23/SpringSecurityDemo ## Basic Information - **Project Name**: SpringSecurityDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-11 - **Last Updated**: 2021-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Security入门的几个例子 >代码已经全部完成 [Spring Security 的官方网址](https://spring.io/projects/spring-security) ## 内容提要 提供了几个简单的Spring Security例子,尽量给出了详细注释。 simple_security:最简单的网站登录验证入门示例,详细解释见文章:https://zhuanlan.zhihu.com/p/47224331 normal_security:定制化的网站登录验证示例,详细解释见文章:https://zhuanlan.zhihu.com/p/47395352 security_withdb:使用数据库的网站登录验证示例,详细解释见文章:https://zhuanlan.zhihu.com/p/47584036 authorization_withdb:介绍自定义鉴权流程的示例,详细解释见文章:https://zhuanlan.zhihu.com/p/47873694