• Stars
    star
    145
  • Rank 253,267 (Top 6 %)
  • Language
    Java
  • Created almost 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

some example for spring security.

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