()
| 94 | } |
| 95 | |
| 96 | public void Stop() throws Exception { |
| 97 | stopService(); // 关闭网络 |
| 98 | httpServer.close(); |
| 99 | if (Zeze != null) |
| 100 | Zeze.stop(); // 关闭数据库 |
| 101 | stopModules(); // 关闭模块,卸载配置什么的。 |
| 102 | destroyModules(); |
| 103 | destroyServices(); |
| 104 | destroyZeze(); |
| 105 | } |
| 106 | |
| 107 | // ZEZE_FILE_CHUNK {{{ GEN APP @formatter:off |
| 108 | public Zeze.Application Zeze; |
no test coverage detected