youziji

网上查到的资料有

1、把parent version改成2.1.4.RELEASE 我试了之后发现

 

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
<relativePath></relativePath>
</parent>

改成

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.4.RELEASE</version>
<relativePath></relativePath>
</parent>

 

2、网上最多的解决方案,有些评论说可以,但是我的不行,有可能是我电脑网络问题  Help-->Install New SoftWare——>Add

name:MavenArchiver

location:https://otto.takari.io/content/sites/m2e.extras/m2eclipse-mavenarchiver/0.17.2/N/LATEST

http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-mavenarchiver/0.17.2/N/LATEST/

3、最后用的是如下这种办法

 

分类:

技术点:

相关文章:

  • 2021-09-29
  • 2021-05-06
  • 2021-07-18
  • 2021-04-26
  • 2021-11-19
  • 2021-10-29
  • 2021-10-19
  • 2021-10-29
猜你喜欢
  • 2021-07-03
  • 2021-12-29
  • 2021-10-20
相关资源
相似解决方案