Created
July 24, 2017 19:36
-
-
Save ygaller/df3e0fbad2a3cf3cf23639cc6b31fab6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
public class ApplicationMain { | |
public static void main(String[] args) { | |
Logger logger = Logger.getLogger(ApplicationMain.class); | |
SparkUtils.createServerWithRequestLog(logger); | |
get("/hello", (request, response) -> "world"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment