Seems I might be using Java and Spring Boot for work imminently, so I figured doing some Advent of Code 2019 might be a good exercise.
I used the following:
- OpenJDK Runtime Environment (build 11.0.8+11)
- Spring Boot 2.3.4.RELEASE
Run mvn spring-boot:run
in your terminal the visit http://localhost:8080/?day=02 in your browser to see the answers.
Run mvn test
in your terminal.
N.B. This is not currently running the user acceptance tests, but they can be run from Intellij...