Simple spring boot web application to demonstrate web development concepts as part of the software engineering essentials training.
# start application
mvn spring-boot:run
# access index endpoint (see ch.ipt.see.playground.HelloController.index)
curl -v localhost:8080