diff --git a/images/spring-initializr.png b/images/spring-initializr.png new file mode 100644 index 000000000..d98310547 Binary files /dev/null and b/images/spring-initializr.png differ diff --git a/multi/multi__quick_start.html b/multi/multi__quick_start.html index 28c43ba2d..c20ea0a23 100644 --- a/multi/multi__quick_start.html +++ b/multi/multi__quick_start.html @@ -8,7 +8,7 @@ When the “Cloud Stream̶ We recommend using the one you have already installed or feel more comfortable with installing and running. Also, as you can see from the Initilaizer screen, there are a few other options you can choose. For example, you can choose Gradle as your build tool instead of Maven (the default).
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/single/spring-cloud-stream.html b/single/spring-cloud-stream.html index e0b1cc0c1..6161b2728 100644 --- a/single/spring-cloud-stream.html +++ b/single/spring-cloud-stream.html @@ -14,7 +14,7 @@ When the “Cloud Stream̶ We recommend using the one you have already installed or feel more comfortable with installing and running. Also, as you can see from the Initilaizer screen, there are a few other options you can choose. For example, you can choose Gradle as your build tool instead of Maven (the default). 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.
|