标签:常见 module directory home span mpi using pom bytecode
原来是
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
修改为仓库中支持的2.0.5
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
标签:常见 module directory home span mpi using pom bytecode
原文地址:https://www.cnblogs.com/programer-xinmu78/p/10480232.html