批注接口 AutoConfigureWebServiceClient


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration @PropertyMapping("spring.test.webservice.client") public @interface AutoConfigureWebServiceClient
Annotation that can be applied to a test class to enable and configure auto-configuration of web service clients.
从以下版本开始:
2.3.0
作者:
Dmytro Nosan
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    boolean
    If a WebServiceTemplate bean should be registered.
  • 元素详细资料

    • registerWebServiceTemplate

      boolean registerWebServiceTemplate
      If a WebServiceTemplate bean should be registered. Defaults to false with the assumption that the WebServiceTemplateBuilder will be used.
      返回:
      if a WebServiceTemplate bean should be added.
      默认值:
      false