We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffeab0d commit f06900aCopy full SHA for f06900a
CONTRIBUTING.adoc
@@ -201,9 +201,9 @@ need to import the root `spring-boot` pom and the `spring-boot-samples` pom sepa
201
202
203
=== Importing into IntelliJ IDEA
204
-**Please, do this first!!!**
+**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
+and set `VM options for importer` to `-Xmx2g` to allocate sufficient memory for IntelliJ 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
0 commit comments