A taste of Spring Boot and Kotlin.
JDK 21 and GraalVM are supported. Uses Version Catalog.
Also provides a flake.nix for Nix users.
After updating gradle dependencies, run:
nix run .#update-depsOr in nix develop environment:
nix develop
# in develop shell
update-depsThen in nix develop environment:
./gradlew bootRunnix buildThen use ./result/bin/SpringPlay to start the server.