mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-05-28 00:55:01 +08:00
1,完成模块启动架构搭建
2,完成hotModule模块配置文件创建 3,模块启动日志完成
This commit is contained in:
@@ -61,7 +61,6 @@ public class FileCacheTest {
|
||||
FileCacheManager manager = new FileCacheManager(List.of(fileCache));
|
||||
manager.start();
|
||||
|
||||
System.out.println(fileCache.get("barrage","src"));
|
||||
fileCache.append(1,"barrage","src");
|
||||
}
|
||||
|
||||
@@ -109,7 +108,6 @@ public class FileCacheTest {
|
||||
FileCacheManager manager = new FileCacheManager(List.of(fileCache));
|
||||
manager.start();
|
||||
|
||||
System.out.println(manager.addFileCache(fileCache));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user