Spring Boot 打包

在pom.xml中引入插件,基本用IDEA創建的Spring Boot項目都會有的插件,只要加點內容進去 在build下添加插件: <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId>
相關文章
相關標籤/搜索