无法执行目标org.springframework.boot:spring-boot-maven-plugin:2.1.3.RELEASE:run

时间:2019-04-27 14:58:17

标签: spring maven

执行Spring Doal时我遇到了Maven问题

无法在项目站点上执行目标org.springframework.boot:spring-boot-maven-plugin:2.1.3.RELEASE:run(default-cli):无法执行Java:应用程序退出代码为1- > [帮助1]

http://maven.apache.org/xsd/maven-4.0.0.xsd“>     4.0.0              org.springframework.boot         弹簧启动启动器父母         2.1.3发布                    帧数     兰多     0.0.1-快照     兰多     Spring Boot的演示项目     pom

<properties>
    <java.version>1.8</java.version>
</properties>

<dependencies>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter</artifactId>
    </dependency>

    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-test</artifactId>
        <scope>test</scope>
    </dependency>
</dependencies>

<build>
    <plugins>
        <plugin>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-maven-plugin</artifactId>
        </plugin>
    </plugins>
</build>

<modules>
    <module>GestionMembre</module>
    <module>GestionEmployes</module>
</modules>

0 个答案:

没有答案