Skip to content

Instantly share code, notes, and snippets.

@edeustace
Created February 6, 2014 12:33
Show Gist options
  • Save edeustace/8843304 to your computer and use it in GitHub Desktop.
Save edeustace/8843304 to your computer and use it in GitHub Desktop.
start play app in console.
import play.api._
new StaticApplication(new java.io.File("."))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment