Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人告诉我,创建一个自动包含其他 jar 的可执行 jar 是使用 maven 的 uber jar。
用户是否还必须安装 maven 才能执行 uber jar?
不,Maven shade 插件将简单地将所有文件从依赖项的 jar 复制到 uber jar(并警告您冲突),因此这是一个可以独立执行的普通 jar 文件。