proguard.cfg 179 Bytes
#入口程序类不能混淆,混淆会导致springboot启动不了
-keep class vc.thinker.ProtocolProxyApplication {
        public static void main(java.lang.String[]);
     }