소스 검색

revert code

三刀 2 년 전
부모
커밋
500ae8d162
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frameworks/Java/smart-socket/src/main/java/org/smartboot/http/Bootstrap.java

+ 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!"));
                     }
                 });
-//        initDB(routeHandle);
+        initDB(routeHandle);
         int cpuNum = Runtime.getRuntime().availableProcessors();
         // 定义服务器接受的消息类型以及各类消息对应的处理器
         HttpBootstrap bootstrap = new HttpBootstrap();