Chapter 04: Developing a Spring Boot Application: Difference between revisions

Line 54: Line 54:


Click &quot;Create&quot;</pre>
Click &quot;Create&quot;</pre>
'''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
'''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>