idea设置打包方式不包含依赖
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea设置打包方式不包含依赖相关的知识,希望对你有一定的参考价值。
参考技术A 1. 配置程序启动入口把main方法所在的包设为sources 如果已设置跳过此步。
File => Project Structure => modules
选择 src/ 点击 Sources
2. 配置打包范围和输出路径
File => Project Structure => artifacts
点击 "+" 选择 jar => from modules with dependencies
main class 选择你的main方法启动类,点击OK
删除全部Extracted依赖 只保留 xxx compile output 保存
3. 打包
点击 build => build artifacts => xxx.jar => build
以上是关于idea设置打包方式不包含依赖的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ IDEA 运行 Main 或 Test 时不自动打包