Spring Security:2.4.4 Checking out the Source(检查来源)
Posted 帅S俊
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Security:2.4.4 Checking out the Source(检查来源)相关的知识,希望对你有一定的参考价值。
Since Spring Security is an Open Source project, we’d strongly encourage you to check out the source code using git. This will give you full access to all the sample applications and you can build the most up to date version of the project easily. Having the source for a project is also a huge help in debugging.
Exception stack traces are no longer obscure black-box issues but you can get straight to the line that’s causing the problem and work out what’s happening. The source is the ultimate documentation for a project and often the simplest place to find out how something actually works.
git clone https://github.com/spring-projects/spring-security.git
This will give you access to the entire project history (including all releases and branches) on your local machine.
以上是关于Spring Security:2.4.4 Checking out the Source(检查来源)的主要内容,如果未能解决你的问题,请参考以下文章
使用 Spring Security 插件从 Grails 应用程序注销时获得 HTTP 状态 405
Grails springsecurity LDAP登录,如何按子组限制用户?
如何轻松登录、Symfony2 Security、FOSUserBundle、FOSRestBundle?
Spring 中的 spring-security-oauth2 与 spring-security-oauth2-core