|
@@ -23,7 +23,6 @@ import org.springframework.expression.ParserContext;
|
|
|
import org.springframework.expression.common.TemplateParserContext;
|
|
|
import org.springframework.expression.spel.standard.SpelExpressionParser;
|
|
|
import org.springframework.expression.spel.support.StandardEvaluationContext;
|
|
|
-import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.lang.reflect.Method;
|
|
|
|
|
@@ -34,7 +33,6 @@ import java.lang.reflect.Method;
|
|
|
*/
|
|
|
@Slf4j
|
|
|
@Aspect
|
|
|
-@Component
|
|
|
public class RateLimiterAspect {
|
|
|
|
|
|
/**
|