src/main/java/com/zy/core/MainProcess.java @@ -55,6 +55,8 @@ } } }); thread.setName("MainProcess"); thread.setDaemon(true); thread.start(); }