|
@@ -41,9 +41,6 @@ public class RedisKeyExpirationListener extends KeyExpirationEventMessageListene
|
|
@Autowired
|
|
@Autowired
|
|
private ConfigUtil configUtil;
|
|
private ConfigUtil configUtil;
|
|
|
|
|
|
- @Value("${hook.path}")
|
|
|
|
- private String hookPath;
|
|
|
|
-
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private StringRedisTemplate redisTemplate; // 使用 RedisTemplate 进行分布式锁
|
|
private StringRedisTemplate redisTemplate; // 使用 RedisTemplate 进行分布式锁
|
|
|
|
|