Skip to content

caohongchuan/spring_security_exam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 70.1%
  • HTML 24.6%
  • PLpgSQL 5.3%