This is a simple demo project for the book "Spring Boot 3" by dpunkt.
see p. 8 for the project description.
created with Spring Initializr chosen: Gradle-Kotlin, Java 11, Spring Boot 3, Spring Web
demo> ./gradlew bootRun
You may update build.gradle.kts to change parameters.
demo\build\libs> java -jar .\demo-0.0.1-SNAPSHOT.jar
Update the jar file name to the actual one.
Run class DemoApplication via gui.
./gradlew test
./gradlew build