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 buildHow to run
bash
./gradlew bootRunHow to test
bash
./gradlew testNoteworthy
- 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.