SpringBoot項目打成jar包並運行

1、在pom.xml文件添加maven插件,將以下內容添加到對應位置 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin>
相關文章
相關標籤/搜索