三刀 2 年 前
コミット
500ae8d162

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

@@ -45,7 +45,7 @@ public class Bootstrap {
                         JsonUtil.writeJsonBytes(response, new Message("Hello, World!"));
                         JsonUtil.writeJsonBytes(response, new Message("Hello, World!"));
                     }
                     }
                 });
                 });
-//        initDB(routeHandle);
+        initDB(routeHandle);
         int cpuNum = Runtime.getRuntime().availableProcessors();
         int cpuNum = Runtime.getRuntime().availableProcessors();
         // 定义服务器接受的消息类型以及各类消息对应的处理器
         // 定义服务器接受的消息类型以及各类消息对应的处理器
         HttpBootstrap bootstrap = new HttpBootstrap();
         HttpBootstrap bootstrap = new HttpBootstrap();