diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..b1bc858e9 Binary files /dev/null and b/.DS_Store differ diff --git a/docs/.DS_Store b/docs/.DS_Store new file mode 100644 index 000000000..9a874b576 Binary files /dev/null and b/docs/.DS_Store differ diff --git a/docs/src/.DS_Store b/docs/src/.DS_Store new file mode 100644 index 000000000..7b0d36729 Binary files /dev/null and b/docs/src/.DS_Store differ diff --git a/multi/multi__binder_implementations.html b/multi/multi__binder_implementations.html new file mode 100644 index 000000000..e9d5f4145 --- /dev/null +++ b/multi/multi__binder_implementations.html @@ -0,0 +1,3 @@ +
+ +The following is the list of available binder implementations
In the Artifact field, type 'logging-consumer'.
The value of the Artifact field becomes the application name. -If you chose RabbitMQ for the middleware, your Spring Initializr should now be as follows:

Click the Generate Project button.
Doing so downloads the zipped version of the generated project to your hard drive.
![]() | Tip | ||
|---|---|---|---|
We encourage you to explore the many possibilities available in the Spring Initializr. +If you chose RabbitMQ for the middleware, your Spring Initializr should now be as follows: ![]() Click the Generate Project button. Doing so downloads the zipped version of the generated project to your hard drive.
Now you can import the project into your IDE. Keep in mind that, depending on the IDE, you may need to follow a specific import procedure. For example, depending on how the project was generated (Maven or Gradle), you may need to follow specific import procedure (for example, in Eclipse or STS, you need to use File → Import → Maven → Existing Maven Project). Once imported, the project must have no errors of any kind. Also, Technically, at this point, you can run the application’s main class. diff --git a/multi/multi__samples.html b/multi/multi__samples.html index 5fbd677de..628cc9540 100644 --- a/multi/multi__samples.html +++ b/multi/multi__samples.html @@ -1,3 +1,3 @@ -For Spring Cloud Stream samples, see the spring-cloud-stream-samples repository on GitHub. On CloudFoundry, services are usually exposed through a special environment variable called VCAP_SERVICES. When configuring your binder connections, you can use the values from an environment variable as explained on the dataflow Cloud Foundry Server docs. For Spring Cloud Stream samples, see the spring-cloud-stream-samples repository on GitHub. On CloudFoundry, services are usually exposed through a special environment variable called VCAP_SERVICES. When configuring your binder connections, you can use the values from an environment variable as explained on the dataflow Cloud Foundry Server docs. |