From the course: Reactive Programming with Java 8

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Project initialization

Project initialization

From the course: Reactive Programming with Java 8

Start my 1-month free trial

Project initialization

- [Instructor] Okay, let's build a full application using RxJava. We will generate a basic Spring Boot Project using Spring Initializr. Then we will integrate the RxJava library. Finally, we will build our application using Reactive Spring and RxJava components. We will build a command-line, crytpocurrency price monitoring application. We will query the public Coinbase API for Bitcoin and Ethereum prices. We will then display updated prices on the command line. First off let's navigate to start.spring.io. Be sure to select Gradle and the latest stable version of Spring Boot. Let's click on switch to full version. I'm gonna name my group com.linkedin. I'm gonna name my artifact fullapp linkedin rxjava. Be sure to select Java eight and reactive web. Now, let's generate. Okay, let's open up the downloaded zip file. Let's take the downloaded zip file and drag it to our home directory. Let's double click to extract. Then let's open up IntelliJ, let's click import, click on…

Contents