1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-05 00:48:16 +08:00

refactor(api): 重新设计API结构

This commit is contained in:
2022-12-18 04:45:34 +08:00
parent fa30bdad81
commit 350b8452b0
8 changed files with 244 additions and 143 deletions
@@ -66,7 +66,7 @@ public class MineSQLBungee extends Plugin implements MineSQLPlatform {
public void onDisable() {
outputInfo();
getLogger().info("终止全部数据库连接...");
this.core.getRegistry().shutdownAll();
this.core.shutdownAll();
}
public static MineSQLBungee getInstance() {