Springboot IDEA eclipse 打包

在开发springboot项目中,我们会进行打包发布项目,springboot推荐以jar包方式发布,相对之下 jar运行的效率比起war项目快很多。

打包切记:

  1.查看项目里面有没有其他的main方法(启动main除外)

  2.maven依赖是否引入进来

IDEA下打包

eclipse下打包

原文地址:https://www.cnblogs.com/jtlgb/p/8483171.html