@TargetSE(valueSE=TYPESE) @RetentionSE(valueSE=RUNTIMESE) @InheritedSE @Import(value=org.springframework.integration.http.config.IntegrationGraphControllerRegistrarImportSelector.class) public @interface EnableIntegrationGraphController
org.springframework.web.servlet.DispatcherServlet または org.springframework.web.reactive.DispatcherHandler がクラスパスに存在する場合、IntegrationGraphController を有効にします。IntegrationGraphController| 修飾子と型 | オプションの要素と説明 |
|---|---|
StringSE[] | allowedOrigins クロスオリジンリクエストの処理に許可されるオリジン URL を指定します。 |
StringSE | pathIntegrationGraphController のリクエストマッピングパスを指定します。 |
StringSE | valueIntegrationGraphController のリクエストマッピングパスを指定します。 |
@AliasFor(value="path") public abstract StringSE value
IntegrationGraphController のリクエストマッピングパスを指定します。デフォルトはです。IntegrationGraphController のリクエストマッピングパス @AliasFor(value="value") public abstract StringSE path
IntegrationGraphController のリクエストマッピングパスを指定します。デフォルトはです。IntegrationGraphController のリクエストマッピングパス public abstract StringSE[] allowedOrigins