From db86e4f1e817d8de3d74cf8f678ce6bd8c264009 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Thu, 25 Jan 2018 22:31:44 -0500 Subject: [PATCH] Provide link to DataFlowTemplate configuration properties --- src/main/asciidoc/javadsl/main.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/asciidoc/javadsl/main.adoc b/src/main/asciidoc/javadsl/main.adoc index 94c6a71..a23fbd7 100644 --- a/src/main/asciidoc/javadsl/main.adoc +++ b/src/main/asciidoc/javadsl/main.adoc @@ -14,7 +14,9 @@ With no command line options, the application will deploy the stream `http --ser There is also a command line option `--style` whose value can be either `definition` or `fluent`. This options picks which JavaDSL style will execute. Both are identical in terms of behavior. -The `spring-cloud-dataflow-rest-client` project provides instances of `DataFlowOperations` and `StreamBuilder` +The `spring-cloud-dataflow-rest-client` project provides auto-configuration for `DataFlowOperations` and `StreamBuilder` + +The properties in https://github.com/spring-cloud/spring-cloud-dataflow/blob/master/spring-cloud-dataflow-rest-client/src/main/java/org/springframework/cloud/dataflow/rest/client/config/DataFlowClientProperties.java[DataFlowClientProperties] can be used to configure the connection to the Data Flow server. The common property to start using is `spring.cloud.dataflow.client.uri` [source,java,options="nowrap"] ----