- Amazon Corretto JDK 21
- Spring Boot 3.2.5
- org.springframework.boot:spring-boot-starter-web
- org.springframework.boot:spring-boot-starter-webflux
- org.projectlombok:lombok
- Install the dependencies you need with IntelliJ Spring Boot Starter Editor.
- Configure this project in
settings.gradle.kts
and change the name of this project. - Rename the package
springboottemplate
and the classSpringBootTemplateApplication
to<yourserverpackage>
and<YourServer>Application