File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -201,13 +201,14 @@ need to import the root `spring-boot` pom and the `spring-boot-samples` pom sepa
201201
202202
203203=== Importing into IntelliJ IDEA
204- The separate Maven import process that IntelliJ IDEA uses to parse a project structure
205- requires more memory. Before importing the project, we recommend increasing the memory
206- allocation in `Preferences | Build, Execution, Deployment | Build Tools | Maven |
207- Importing`. Set the `VM options for importer` option to `-Xmx2g`.
208-
209- To open the project in IntelliJ IDEA, select "`File`" -> "`Open`" and then click on the
210- root `pom.xml`.
204+ **Please, do this first!!!**
205+ Go to `Preferences | Build, Execution, Deployment | Build Tools | Maven | Importing`
206+ and set `VM options for importer` to `-Xmx2g` to allocate sufficient memory for IDEA's
207+ Maven import process to parse the Spring Boot project structure. _Not doing so could
208+ mean the import fails silently, leaving the project setup incomplete._
209+
210+ For the actual import use "`File`" -> "`Open`" and select the root `pom.xml`, or the
211+ `spring-boot-project/pom.xml` if you only want the Spring Boot project sources.
211212
212213
213214
You can’t perform that action at this time.
0 commit comments