如何在官网搜索Spring云的历史版本
How to Search the Historical Version of Spring cloud on the Official Website
我在这个网站上只看到最新的版本号。如果我想找到以前的版本,我应该在哪里找到它?请告诉我。谢谢你。
https://spring.io/projects/spring-cloud#learn
如果我想找到 Dalston SR2 的版本并查阅文档怎么办?
如果您转到他们的 Spring 云教程
的根目录
你会看到
This project has gh-pages belonging to spring-cloud where we store static resources like old versions of manuals etc. Use the gh-pages branch to see content.
它说我们需要去存储库,找到一个名为 "gh-pages" 的分支并扫描我们感兴趣的版本。
https://github.com/spring-cloud/spring-cloud-static/tree/gh-pages
显然,如果那里没有它,网站上就不再可用了。
更新
幸运的是,Wayback Machine 缓存了该页面。
http://web.archive.org/web/20171225130816/http://cloud.spring.io/spring-cloud-static/Dalston.SR2/
我在这个网站上只看到最新的版本号。如果我想找到以前的版本,我应该在哪里找到它?请告诉我。谢谢你。 https://spring.io/projects/spring-cloud#learn 如果我想找到 Dalston SR2 的版本并查阅文档怎么办?
如果您转到他们的 Spring 云教程
的根目录你会看到
This project has gh-pages belonging to spring-cloud where we store static resources like old versions of manuals etc. Use the gh-pages branch to see content.
它说我们需要去存储库,找到一个名为 "gh-pages" 的分支并扫描我们感兴趣的版本。
https://github.com/spring-cloud/spring-cloud-static/tree/gh-pages
显然,如果那里没有它,网站上就不再可用了。
更新
幸运的是,Wayback Machine 缓存了该页面。
http://web.archive.org/web/20171225130816/http://cloud.spring.io/spring-cloud-static/Dalston.SR2/