码迷,mamicode.com
首页 > 编程语言 > 详细

怎么用sts打包多个springboot项目

时间:2020-05-06 18:00:45      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:pid   install   artifact   目的   framework   sts   nbsp   bsp   target   

1.先在运行的那个项目的pom.xml中添加如下插件:

   <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <includeSystemScope>true</includeSystemScope>
                </configuration>
            </plugin>

这个项目为springboot项目提供maven支持,包含了打包之类的maven支持。

2.选中运行的那个项目,右键,RUn as,Maven Install

3.在这个项目的target就能看到这个jar包。

怎么用sts打包多个springboot项目

标签:pid   install   artifact   目的   framework   sts   nbsp   bsp   target   

原文地址:https://www.cnblogs.com/yxj808/p/12837862.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!