Bootstrap

Failed to resolve org.junit.platform:junit-platform-launcher:1.8.2

解决:

1.设置阿里云镜像

<mirror> 
<id>alimaven</id> 
<name>aliyun maven</name> 
<url>https://maven.aliyun.com/nexus/content/groups/public/</url> 
<mirrorOf>central</mirrorOf>
</mirror>

2.卸载删除所有安装的maven包

3.重新安装install即可

;