style: 优化日志格式
This commit is contained in:
@@ -239,9 +239,9 @@ public abstract class BallAPI {
|
||||
statement.executeUpdate();
|
||||
}
|
||||
}
|
||||
getLogger().info("正在关闭 redission...");
|
||||
getLogger().info("正在关闭 redission");
|
||||
getRedisClient().close();
|
||||
getLogger().info("已关闭 redission.");
|
||||
getLogger().info("已关闭 redission");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user