ContentGrabbingJi/ContentGrabbingJi-CacheStore-redis
LamGC 48404fc0fc
[Change] CacheStore-Redis 使用 Json 代替 Properties 作为 Redis 连接配置的存储格式;
[Add] RedisConnectionProperties 添加 Redis 连接配置对象;
[Change] RedisConnectionPool 调整 JedisPool 配置读取来源的类型(URL -> RedisConnectionProperties);
[Change] RedisCacheStoreFactory 更改 Redis 连接配置的读取形式;
[Add] RedisUtils 添加 'PROPERTIES_FILE_NAME' 常量;
[Add] com.google.code.gson:gson 添加 Gson 依赖项, 以转换 Json 为 RedisConnectionProperties 对象;
2021-01-15 20:18:20 +08:00
..
src [Change] CacheStore-Redis 使用 Json 代替 Properties 作为 Redis 连接配置的存储格式; 2021-01-15 20:18:20 +08:00
pom.xml [Change] CacheStore-Redis 使用 Json 代替 Properties 作为 Redis 连接配置的存储格式; 2021-01-15 20:18:20 +08:00