Hands on Ratpack
The Gr8Conf 2018 Hands on Lab for Ratpack.
Prerequisites
Setup
Each Lab has two directories the lab for you to work on getting all the tests to pass and one answer directory that has a complete solution for the lab. Also there is a LAB.md
file in each directory with some general guidence.
TIP: Take advantage of Gradle's continuous mode when modifying your code. This will continually run tests on each modification that Gradle detects to your source files.
example:
./gradlew :lab-01:test --continuous
IDE Integration
If you're using IntelliJ execute ./gradlew idea
before getting started.