2026-08-07 d65c665b483f9c7b57358d4ad2c4bf3c6e1f9608
yudao-framework/yudao-spring-boot-starter-protection/src/main/java/cn/iocoder/yudao/framework/ratelimiter/core/keyresolver/impl/ClientIpRateLimiterKeyResolver.java
@@ -12,7 +12,7 @@
 *
 * 为了避免 Key 过长,使用 MD5 进行“压缩”
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public class ClientIpRateLimiterKeyResolver implements RateLimiterKeyResolver {