Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile

 

 

<build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.8.1</version>
                <configuration>
                    <verbose>true</verbose>
                    <fork>true</fork>
                    <!--
                    <executable>${JAVA8_HOME}/bin/javac</executable>
                    -->
                </configuration>
            </plugin>
        </plugins>
    </build>

 

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile

上一篇:微信小程序(五)


下一篇:Echarts——Invalid geoJson format Cannot read property 'length' of undefined