一.在线安装fat jar 在线安装步骤: eclipse菜单条 help >software updates >Search for new features to install>new update site> 填写name 和url name:随意起个. 就写fat吧 url:这个是fat jar的地址 输入http://kurucz-grafika.de/fatjar 二.fat-jar的使用 1.第一步,选中项目根节点后.点击右键,在弹出菜单中选择Build Fat…
vite2是一个非常好用的工具,只是随着代码的增多,打包的时候 vendor-xxxxxx.js 文件也越来越大,这就郁闷了. 打包时遇到警告 输出文件名字/static/vendor.9b5698e4.js 806.03kb / brotli: skipped (large chunk) Some chunks are larger than 500kb after minification. Consider: Using dynamic import() to code-split the…
有两种,一种是导出直接可以运行的jar,一种是导出来供其他项目引用的.在这里,说的是第二种,第一种在我博客上面也有一篇转载的.1选中项目,选择Export 2选择JAR file 然后Next 3 select the resources to export 里面是选择你要导出的文件. 在下方选择Export generated class files and resources. select the export destination 再选择导出的文件路径 然后Next ,再Next,…