Last active
September 26, 2016 05:31
-
-
Save pgordon9/212c02253de5d6ecf23a93723aa6eeb3 to your computer and use it in GitHub Desktop.
Base JettyExample object with config variables | parkergordon.io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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