October 2018
Intermediate to advanced
982 pages
23h 29m
English
As you can see, the Spring Initializr page is a kind of partner for creating Spring projects. Let's use it one more time and create a project:
Go to https://start.spring.io and fill in the data using the following screenshot:

We have selected the Reactive Web dependencies; we will also keep using Kotlin as a programming language. Finally, click on the Generate Project button. Good, it is enough for us.
There are some missing dependencies which are not displayed in the Spring Initializr. We need to set these dependencies manually. We will do that task in the next section. Let's go there.
Read now
Unlock full access