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:

    stream initializr
  • Click the Generate Project button.

    Doing so downloads the zipped version of the generated project to your hard drive.

  • Unzip the file into the folder you want to use as your project directory.
  • [Tip]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:

    Spring Initializr
  • Click the Generate Project button.

    Doing so downloads the zipped version of the generated project to your hard drive.

  • Unzip the file into the folder you want to use as your project directory.
  • [Tip]Tip

    We encourage you to explore the many possibilities available in the Spring Initializr. It lets you create many different kinds of Spring applications.

    2.2 Importing the Project into Your IDE

    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, src/main/java should contain com.example.loggingconsumer.LoggingConsumerApplication.

    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:

    stream initializr
  • Click the Generate Project button.

    Doing so downloads the zipped version of the generated project to your hard drive.

  • Unzip the file into the folder you want to use as your project directory.
  • [Tip]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:

    Spring Initializr
  • Click the Generate Project button.

    Doing so downloads the zipped version of the generated project to your hard drive.

  • Unzip the file into the folder you want to use as your project directory.
  • [Tip]Tip

    We encourage you to explore the many possibilities available in the Spring Initializr. It lets you create many different kinds of Spring applications.

    2.2 Importing the Project into Your IDE

    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, src/main/java should contain com.example.loggingconsumer.LoggingConsumerApplication.

    Technically, at this point, you can run the application’s main class. diff --git a/spring-cloud-stream.xml b/spring-cloud-stream.xml index cd617733f..f8a94675a 100644 --- a/spring-cloud-stream.xml +++ b/spring-cloud-stream.xml @@ -175,9 +175,9 @@ If you chose RabbitMQ for the middleware, your Spring Initializr should now be a - + -stream initializr +Spring Initializr