如何將spring boot工程打成JAR包到服務器上運行

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