Skip to content

Instantly share code, notes, and snippets.

@pgordon9
Last active September 26, 2016 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgordon9/212c02253de5d6ecf23a93723aa6eeb3 to your computer and use it in GitHub Desktop.
Save pgordon9/212c02253de5d6ecf23a93723aa6eeb3 to your computer and use it in GitHub Desktop.
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