java 我在哪里可以获得弹簧源代码?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2057485/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
where can I get springs source code?
提问by mrblah
Hm, trying to find the spring framework's source code download, but can't!
嗯,想找spring框架的源码下载,可是找不到!
Can someone help me out?
有人可以帮我吗?
BTW, what exactly are the benefits of going with more commercial version of spring?
顺便说一句,使用更多商业版本的 spring 到底有什么好处?
回答by Kevin
You can check out or browse the source from Spring's CVSor Subversion(both obsolete)GitHubsite.
您可以从 Spring 的CVS或Subversion(都已过时)GitHub站点查看或浏览源代码。
As far as the commercial version of Spring, I believe it provides you with support and access to patches quicker. Its all detailed on their product page.
就Spring的商业版而言,我相信它为您提供了支持和更快地访问补丁。它的所有详细信息都在他们的产品页面上。
回答by BalusC
Source is already included in the normal Spring download. Check the /distfolder after you unzip it.
源已包含在正常的 Spring 下载中。/dist解压后检查文件夹。
回答by Pascal Thivent
- If you downloaded a bundle from the SpringSource website, it contains sources (under
src). - Or you could just checkout sources from their public repository.
- But if you just want to browse them, then Fisheyemight be more appropriate.
- Lots of site like kickjava.comor docjar.comalso have sources online.
- And, if you are using Maven, sources jar are available in the central repository(most IDEs allow to download them in one click).
- 如果您从 SpringSource 网站下载了一个包,它包含源代码(在 下
src)。 - 或者您可以从他们的公共存储库中检出源代码。
- 但如果你只是想浏览它们,那么鱼眼可能更合适。
- 许多站点,如kickjava.com或docjar.com也有在线资源。
- 而且,如果您使用 Maven,则中央存储库中提供了源 jar (大多数 IDE 允许一键下载它们)。
回答by flyasky
Older source code (version 2 and before) is available in zipfiles downloadable from http://sourceforge.net/projects/springframework/files/springframework/.
较旧的源代码(版本 2 及更早版本)可以从http://sourceforge.net/projects/springframework/files/springframework/下载的zip文件中找到。
回答by Dan Dyer
You can get it from Subversion.
您可以从 Subversion获取它。

