maven 打包 把第三方包也打進去

 

<build> 
   <plugins>
     <plugin>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-maven-plugin</artifactId>
       <configuration>
         <executable>true</executable>
         <includeSystemScope>true</includeSystemScope>
       </configuration>
     </plugin>
  </plugins>
</build>
相關文章
相關標籤/搜索