Spring Boot Initializer
Open the Spring initializer | https://start.spring.io/; |
---|
Steps | Version |
---|---|
Select the Project | Gradle -Kotlin |
Select the Language | Kotlin |
Select Spring Boot Version | 3.2.0 |
Steps | Version |
---|---|
Group Name | Com. example |
Artifact Name | demo11 |
Name | demo11 |
Project Description | Demo Project for Spring WebFlux and Netty |
Steps | Version |
---|---|
Package Name | com. spring. Demo11example |
Select Packaging | JAR |
Select the Java version | 17 (JDK) |
Add the Dependencies | Spring Reactive Web (Spring WebFlux and Netty.) |
Click on the Generate button |
Steps | Version |
---|---|
Download the generated project file | - |
Extract the project file into a particular folder | - |
Steps | Version |
---|---|
Open the IntelliJ idea. | 2023.2.5 |
Click on the file and open the project file | - |
Write the Program |