今天遇到了这个问题,需要指定版本来解决,在pom.xml中加入
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${project.parent.version}</version>
没有加入version的话就会飘红
今天遇到了这个问题,需要指定版本来解决,在pom.xml中加入
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${project.parent.version}</version>
没有加入version的话就会飘红