在pom.xml文件添加配置
<!--将项目打包成jar--> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins>
用命令执行就可以了
在pom.xml文件添加配置
<!--将项目打包成jar--> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins>
用命令执行就可以了