MAVEN 패키지springboot 항목 오류

2617 단어 오류 요약
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.2.7.RELEASE:repackage (repackage) on project demo: Execution repackage of goal org.springframework.boot:spring-boot-maven-plugin:2.2.7 .RELEASE:repackage failed: Unable to load the mojo ‘repackage’ in the plugin ‘org.springframework.boot:spring-boot-maven-plugin:2.2.7.RELEASE’ due to an API incompatibility: org.codehaus.plexus.component.repository.ex ception.ComponentLookupException: org/springframework/boot/maven/RepackageMojo : Unsupported major.minor 버전 52.0 플러그인 버전이 너무 높습니다.
<build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>1.5.3.RELEASE</version>
            </plugin>
        </plugins>
    </build>

좋은 웹페이지 즐겨찾기