eclipse maven打jar包出现异常:Unable to find main class

操作: 1、 Run As ---> Maven build..    2、Goals:packge

打包失败提示:Unable to find main class

去掉spring-boot-devtools依赖即可解决

eclipse maven打jar包出现异常:Unable to find main class_第1张图片

 

若未解决可以参考网友办法:

spring-boot项目,打包成可执行jar,项目内可能有两个带有main方法的类并且都使用了@SpringBootApplication注解

(或者另一种情形:你有两个main方法并且所在类都没有使用@SpringBootApplication注解)

https://www.cnblogs.com/thinking-better/p/7827368.html

你可能感兴趣的:(eclipse maven打jar包出现异常:Unable to find main class)