初始化代码

This commit is contained in:
lpd
2026-04-09 11:52:02 +08:00
parent bb5937c5b7
commit 8319ac9516
565 changed files with 965 additions and 658 deletions

View File

@@ -16,7 +16,7 @@ import java.time.Duration;
* 在 {@link Cacheable#cacheNames()} 格式为 "key#ttl" 时,# 后面的 ttl 为过期时间。
* 单位为最后一个字母支持的单位有d 天h 小时m 分钟s 秒),默认单位为 s 秒
*
* @author lyz源码
* @author 芋道源码
*/
public class TimeoutRedisCacheManager extends RedisCacheManager {