Skip to content

Spring Boot example

This samples Spring Boot (finally!)

It does nothing but it is ready to!

Dependencies

  • java 17
  • kotlin 1.9
  • gradle 8.5
  • spring-boot 3.2

How to build

bash
./gradlew build

How to run

bash
./gradlew bootRun

How to test

bash
./gradlew test

Noteworthy

  • Except for this README, everything else was created via initializr
  • Spring boot is spring, but spring isn't spring boot. See more in docs.
  • in order to add more functionality offered by spring boot, you need to add the starters as dependencies.