描述:
直接上图
![](https://img.haomeiwen.com/i15613199/65f48fc81b1cfa61.png)
解决过程:
之前安装好spring插件时,创建工程没问题,现在突然爆出这个异常,很有可能是spring的访问路径发生了变化。
在浏览器中访问http://start.spring.io,发现,请求被重定向到了https://start.spring.io 。
显然,是spring starter的访问地址的协议改为 https造成的。
![](https://img.haomeiwen.com/i15613199/045e09919b8eeb95.png)
把url进行修改,如下图:
![](https://img.haomeiwen.com/i15613199/b282c8e277b06fab.png)
OK~~~~~~~~~~~~~~~~~~~
直接上图
之前安装好spring插件时,创建工程没问题,现在突然爆出这个异常,很有可能是spring的访问路径发生了变化。
在浏览器中访问http://start.spring.io,发现,请求被重定向到了https://start.spring.io 。
显然,是spring starter的访问地址的协议改为 https造成的。
把url进行修改,如下图:
OK~~~~~~~~~~~~~~~~~~~
本文标题:eclipse新建spring starter project时
本文链接:https://www.haomeiwen.com/subject/aafuxctx.html
网友评论