apkkids / spring_security_exam

some example for spring security.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Security入门的几个例子

代码已经全部完成

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

About

some example for spring security.


Languages

Language:Java 70.1%Language:HTML 24.6%Language:PLpgSQL 5.3%