码迷,mamicode.com
首页 > 编程语言 > 详细

Spring Security(九):2.4.4 Checking out the Source(检查来源)

时间:2018-12-16 21:39:12      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:本地   计算机   follow   ongl   trace   rac   com   项目   deb   

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. 

由于Spring Security是一个开源项目,我们强烈建议您使用git查看源代码。这将使您可以完全访问所有示例应用程序,并且可以轻松地构建项目的最新版本。拥有项目的源代码也是调试的巨大帮助。
 

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.

 

异常堆栈跟踪不再是模糊的黑盒问题,但您可以直接找到引起问题的线路并找出正在发生的事情。源代码是项目的最终文档,通常是查找实际工作方式的最简单的地方。
 
To obtain the source for the project, use the following git command:
要获取项目的源,请使用以下git命令:
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(检查来源)

标签:本地   计算机   follow   ongl   trace   rac   com   项目   deb   

原文地址:https://www.cnblogs.com/shuaiandjun/p/10127898.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!