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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    selectImports(org.springframework.context.annotation.AdviceMode adviceMode)
     
    org.springframework.web.servlet.config.annotation.WebMvcConfigurer
     

    Methods inherited from class org.springframework.context.annotation.AdviceModeImportSelector

    getAdviceModeAttributeName, selectImports

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.annotation.ImportSelector

    getExclusionFilter
  • Constructor Details

    • LimiterConfiguration

      public LimiterConfiguration()
  • Method Details

    • selectImports

      public String[] selectImports(org.springframework.context.annotation.AdviceMode adviceMode)
      Specified by:
      selectImports in class org.springframework.context.annotation.AdviceModeImportSelector<EnableLimiter>
    • traceSpringMvcWebMvcConfigurerAdapter

      @Bean public org.springframework.web.servlet.config.annotation.WebMvcConfigurer traceSpringMvcWebMvcConfigurerAdapter()