Some problems were encountered while processing the POMs

[ERROR] Some problems were encountered while processing the POMs

  • 解决办法:
    Some problems were encountered while processing the POMs_第1张图片
 <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-dependencies</artifactId>
                <version>2.0.3.RELEASE</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

你可能感兴趣的:(SpringBoot,spring,boot)