原来的项目没有用maven构建,想手工加个jar到编译路径里,结果发现官网改版后通过git下载的zip包里居然只有源码,我勒个去的,在git中找来找去,找到这么一段
- End user application builds should use http://repo.springsource.org/release, /milestone and /snapshot to resolve Spring project artifacts. details
- Spring project builds should use http://repo.springsource.org/libs-release, /libs-milestone, and /libs-snapshot to resolve Spring project artifacts and all transitive dependencies. details
- Older-style http://maven.springsource.org URLs will continue to work, but switch to repo.springsource.org for new development. details
- GA Spring project artifacts will continue to be available via Maven Central. details
其中的http://repo.springsource.org/release就是编译好的spring项目的jar包发布地址,需要的同学戳进去看看吧,在org子目录下。
还有一点,spring data jpa以前提供的zip包里有离线文档,新版本里已经没有zip包下载,如下图:
据我查找,在老的1.3.0的版本中还有打包好的zip好,下载之后打开发现其中还有doc文档存在,有需要的同学可以在这里翻阅
来源:oschina
链接:https://my.oschina.net/u/919487/blog/172393