今天用java开发了一个项目,想要打成jar包,并在linux环境下运行.但是运行时引用的第三方jar包却显示classNotFind错误. 于是查了一下解决办法,在此贴出来,方便以后查阅. 用Eclipse的打包插件Fat Jar 非常方便 1.首先安装Fat Jar 点击Eclipse的Help->Install New Software->Add Name: Fat Jar location:http://kurucz-grafika.de/fatjar 安装后重启Eclipse即可.…
Spring boot 打成jar包问题总结 1.Unable to find a single main class from the following candidates 1.1.问题描述 maven build时出现以下错误提示日志: [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.3.5.RELEASE:repackage (default) on project i…