出现repackage failed: Unable to find a single main class from the following candidates的解决方法
一、问题描述今天使用netty结合spring boot开发了一个网络代理服务器,在开发当中由于需要测试,所以在包名底下新建了一个Launcher的main函数入口,同时保留spring boot的Application入口。Launcher的入口代码如下:public class Launcher { /** static { try {