Polish Intellij IDEA contribution guidelines

This commit is contained in:
Stephane Nicoll 2020-01-15 13:15:09 +01:00
parent e580c0119b
commit 5ba0a9120e

View File

@ -158,7 +158,13 @@ With the requisite Eclipse plugins installed you can select
=== Importing into IntelliJ IDEA
Use "`File`" -> "`Open`" and then select the root `build.gradle` file to import the code.
If you have performed a checkout of this repository already, use "`File`" -> "`Open`" and
then select the root `build.gradle` file to import the code.
Alternatively, you can let IntellIJ IDEA checkout the code for you. Use "`File`" ->
"`New`" -> "`Project from Version Control`" and
`https://github.com/spring-projects/spring-boot` for the URL. One the checkout is done, a
pop-up will suggest to open the project.