Skip to content

Instantly share code, notes, and snippets.

@pgordon9
Last active September 26, 2016 05:31
Embed
What would you like to do?
Base JettyExample object with config variables | parkergordon.io
object JettyExample {
val incrementRoute = "/increment"
val resetRoute = "/reset"
def main(args: Array[String]) = {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment