67,550
社区成员




<repositories>
<repository>
<id>ali</id>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</repository>
</repositories>
在pom.xml中配置下这个试试<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.8.RELEASE</version>
<type>pom</type>
</dependency>