Package org.aoju.bus.starter.limiter
Class LimiterConfiguration
java.lang.Object
org.springframework.context.annotation.AdviceModeImportSelector<EnableLimiter>
org.aoju.bus.starter.limiter.LimiterConfiguration
- All Implemented Interfaces:
org.springframework.context.annotation.ImportSelector
public class LimiterConfiguration
extends org.springframework.context.annotation.AdviceModeImportSelector<EnableLimiter>
- Since:
- Java 17+
- Version:
- 6.5.0
- Author:
- Kimi Liu
-
Field Summary
Fields inherited from class org.springframework.context.annotation.AdviceModeImportSelector
DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]selectImports(org.springframework.context.annotation.AdviceMode adviceMode) org.springframework.web.servlet.config.annotation.WebMvcConfigurerMethods inherited from class org.springframework.context.annotation.AdviceModeImportSelector
getAdviceModeAttributeName, selectImportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
LimiterConfiguration
public LimiterConfiguration()
-
-
Method Details
-
selectImports
- Specified by:
selectImportsin classorg.springframework.context.annotation.AdviceModeImportSelector<EnableLimiter>
-
traceSpringMvcWebMvcConfigurerAdapter
@Bean public org.springframework.web.servlet.config.annotation.WebMvcConfigurer traceSpringMvcWebMvcConfigurerAdapter()
-