A small demo put together according to the exercise spec
- Java
>= 17
./gradlew build
will generate a distributale in ./build/libs
which you can then run using
java -jar ./build/libs/exercise-home-alone.jar
./gradlew bootRun
will spin up a development server accessible @ http://localhost:8080
You can run all tests using
./gradlew test
after which reports will be generated in ./build/reports
and ./build/test-results