danhyun / gr8conf-hands-on-ratpack

Hands On Ratpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Hands On Ratpack

License:Apache License 2.0


Languages

Language:Java 61.8%Language:Groovy 37.9%Language:HTML 0.3%Language:JavaScript 0.1%