注释类型 TypeExcludeFilters

    • 必需元素概要

      所需元素 
      修饰符和类型必需的元素说明
      Class<? extends org.springframework.boot.context.TypeExcludeFilter>[]value
      Specifies TypeExcludeFilter classes that should be applied to @SpringBootApplication component scanning.
    • 元素详细资料

      • value

        Class<? extends org.springframework.boot.context.TypeExcludeFilter>[] value
        Specifies TypeExcludeFilter classes that should be applied to @SpringBootApplication component scanning. Classes specified here can either have a no-arg constructor or accept a single Class<?> argument if they need access to the testClass.
        返回:
        the type exclude filters to apply
        另请参阅:
        TypeExcludeFilter