style(core-common): 修改部分日志
This commit is contained in:
@@ -49,9 +49,9 @@ public abstract class CoreAPI {
|
||||
executorService = Executors.newCachedThreadPool(new NamedThreadFactory("HamsterCore - Executor"));
|
||||
scheduledService = Executors.newScheduledThreadPool(1, new NamedThreadFactory("HamsterCore - Scheduler"));
|
||||
|
||||
getLogger().info("正在创建 redis 连接池");
|
||||
getLogger().info("正在创建 Redis 连接池");
|
||||
jedisPool = new JedisPool(config.getString("redis-url"));
|
||||
getLogger().info("redis 连接池创建完成");
|
||||
getLogger().info("Redis 连接池创建完成");
|
||||
|
||||
ConfigSection datasourceConfig = config.getSection("datasource");
|
||||
if (datasourceConfig == null) {
|
||||
|
Reference in New Issue
Block a user