maven+dubbo+zookeeper打包报错Unable to find a single main class from the following candidates


报错:
Unable to find a single main class from the following candidates
错误原因:原来这个错误是因为maven在执行打包的时候会查找项目中的main方法,并设置为Spring boot 生成jar包的启动入口,但此时有多个main方法,maven插件就无所适从了。因此出现此异常。
maven install 报错如上,解决方法,把application.java中的main方法注释,在重新执行maven install

浙公网安备 33010602011771号