Eclipse无法使用springboot2.x

Posted 段江涛IT

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse无法使用springboot2.x相关的知识,希望对你有一定的参考价值。

<!-- 阿里云提供的镜像地址 -->
<mirror>
    <id>nexus-aliyun</id>
    <mirrorOf>*</mirrorOf>
    <name>Nexus aliyun</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

<!-- Maven官方地址,和阿里云地址二选一 -->
<mirror> 
    <id>Central</id> 
    <url>http://repo1.maven.org/maven2</url> 
    <mirrorOf>central</mirrorOf> 
</mirror>

 很久以前,初次接触Maven和springboot。然后就按着网上的教程通过Eclipse测试,springboot1.4.3版本没有任何问题,但是修改为2.x就是报错,这里已经记不清当时是什么原因了。后来一个偶然的机会接触了IDEA,在IEDA上面居然能使用springboot2.x。这时候就纳闷了。后来仔细分析了报错,提示的应该是Maven没有找到对应的版本,一个不小心在百度找到了把镜像修改为官方的地址,尝试之后居然成功了。

因此笔者认为阿里云应该就是官方Maven的一个拷贝,但是由于不及时,不能保证所有的镜像在阿里云上面都有,从而导致springboot2.x无法下载的尴尬。

以上是关于Eclipse无法使用springboot2.x的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot2.x开发案例之整合Quartz任务管理系统

java eclipse 作业代写代做eclipse实验

无法通过 repo 删除文档-> 使用 Webflux 在 Spring Boot 2.x 中删除

Eclipse搭建springboot项目热部署

开启 Spring 之旅:第一个 Spring 程序 ![Spring][Eclipse 使用 Spring][Eclipse 配置 Spring 约束文件][Eclipse 配置 xml 模版](代

开启 Spring 之旅:第一个 Spring 程序 ![Spring][Eclipse 使用 Spring][Eclipse 配置 Spring 约束文件][Eclipse 配置 xml 模版](代