Reduce jar file size

后端 未结 3 843
天命终不由人
天命终不由人 2021-01-12 17:57

Is there any way to reduce jar file size?

I want a tool that reduces the unused dependencies.

I use maven for dependency management.

3条回答
  •  执笔经年
    2021-01-12 18:19

    pack200 can drastically reduce the JAR size. But it's hard to use with Maven and impossible to use with an EE container.

    Why do you have unused dependencies?

提交回复
热议问题