IDEA SpringBoot 打包(jar)
Posted ZhouZhou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA SpringBoot 打包(jar)相关的知识,希望对你有一定的参考价值。
项目结构:
sf-xxx-api
sf-xxx-domain
sf-xxx-common
sf-xxx-web (web模块)
期望输出结果目录
bin/server.sh
libs/**.jar,***.jar,xxx.jar,sf-xxx-api.jar,sf-xxx-domain.jar
sf-xxx-web 编译输出
lib 中的sf-xxx-api 需要对这右侧面板 点击 提起 jar
以上是关于IDEA SpringBoot 打包(jar)的主要内容,如果未能解决你的问题,请参考以下文章
spring boot6.idea下springboot打包成jar包和war包,并且可以在外部tomcat下运行访问到