Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 593 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 593 Bytes

OnixByte Spring Boot Template

Basic information

  • Amazon Corretto JDK 21
  • Spring Boot 3.2.5

What have been installed

  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-webflux
  • org.projectlombok:lombok

What to do next

  • 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 class SpringBootTemplateApplication to <yourserverpackage> and <YourServer>Application