Browse Source

适配最新版

zhengjw22 8 months ago
parent
commit
0506444505

+ 1 - 0
frameworks/Java/smart-socket/src/main/java/org/smartboot/servlet/Bootstrap.java

@@ -40,5 +40,6 @@ public class Bootstrap {
                 .setReadBufferSize(1024 * 4);
         containerRuntime.initialize();
         containerRuntime.start();
+        
     }
 }