(重构中)一个以高性能、高效率、高兼容性和多功能为目标、多框架/平台支持(和兼容)的Pixiv聊天机器人。
Go to file
LamGC 3e591e8c26
[Add] Core 添加内部 CacheStoreBuilder;
[Add] CacheStoreBuilder 添加 Builder 以统一使用所有 Factory 创建 CacheStore;
[Add] FactoryInfo Factory 注解的信息实体类;
[Add] NoSuchFactoryException 当无可用 Factory 时的自定义异常;
[Add] CacheStoreBuilderTest 尚不完善的单元测试类, 仅测试有效情况, 因 SPI 机制原因, 不方便编写多个情况的测试用例;
2020-09-23 08:00:11 +08:00
.github/workflows [Add] Project 添加 Github Action 以确定提交单元测试状况; 2020-09-12 23:50:20 +08:00
ContentGrabbingJi-CacheStore-api [Add][Change] CacheStore-api 调整 CacheStoreFactory 的方法信息; 2020-09-12 02:58:59 +08:00
ContentGrabbingJi-CacheStore-local [Add] CacheStore-local 适配 SPI 机制; 2020-09-12 03:11:59 +08:00
ContentGrabbingJi-CacheStore-redis [Add][Update] CacheStore-redis 添加 Redis 缓存存储容器的实现模块; 2020-09-12 03:15:37 +08:00
ContentGrabbingJi-core [Add] Core 添加内部 CacheStoreBuilder; 2020-09-23 08:00:11 +08:00
ContentGrabbingJi-exec [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
ContentGrabbingJi-framework-api [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
ContentGrabbingJi-framework-mirai [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
ContentGrabbingJi-pixiv [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
.gitignore [Add] Project 添加排除 logs 文件夹; 2020-09-23 07:52:06 +08:00
LICENSE [Initial] Initial Commit; 2020-09-03 13:24:18 +08:00
pom.xml [Delete] 从项目父 POM 中移除有关 Slf4j 实现的依赖项(最终依赖项交给 exec 模块); 2020-09-04 23:32:56 +08:00