如何将spring boot工程打成JAR包到服务器上运行

只需在项目的pom.xml中加入下面插件java <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin </artifactId> </plugin>
相关文章
相关标签/搜索