Spring Boot Initializer

Spring Boot Initializer
Photo by charlesdeluvio / Unsplash
Open the Spring initializer https://start.spring.io/;

SpringInitializer1.jpg

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

metadata.jpg

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 -

FileExtract2.jpg

Steps Version
Open the IntelliJ idea. 2023.2.5
Click on the file and open the project file -
Write the Program

FileOpenItellij322.jpgHelloProgram4.jpg

Read more