



Click Generate Project to download the project zip file. So, we have two choices that we can explore: Use Spring Initializr WebĪccess:, and fill the fields like below:Ĭonfiguring project creation in Spring Initializrĭon’t forget to select Web as dependency. Unfortunately using IntelliJ IDEA Community, according to the documentation, there’s no support to create Spring Boot projects using Spring Initializr through the IDE in Community version, only in the Ultimate Edition. Creating the projectĪs soon as it starts, you’ll see the following screen:įor this example, we’ll be using Maven as build-tool. When you execute IDEA you will be questioned about some configurations like: theme color, shortcut key mapping and plugins. With IntelliJ IDEA installed, the configuration is pretty simple. Open your favorite terminal and install IntelliJ IDEA using the following command line: If you don’t know Homebrew, take a look at this post Go to jetbrains download page, select the latest version (on the writing date of this guide is the 2019.1.1) and install it as usual, dragging the app from the. Search the best way to install IntelliJ IDEA using your package manager.

For Red Hat (or RHEL) based distros use yum or dnf. For instance, debian based distros, like the popular ubuntu, use apt-get.
