Chapter 04: Developing a Spring Boot Application: Difference between revisions
Line 54: | Line 54: | ||
Click "Create"</pre> | Click "Create"</pre> | ||
'''What IntelliJ Does Behind the Scenes:''' | '''What IntelliJ Does Behind the Scenes:''' | ||
* Downloads project template from start.spring.io | |||
* Configures Gradle wrapper | |||
* Sets up proper source directories | |||
* Indexes dependencies | |||
* Configures Kotlin compiler | |||
* Sets up run configurations | |||
<span id="creating-a-project-from-the-official-spring-site"></span> | <span id="creating-a-project-from-the-official-spring-site"></span> |