Skip to content

Instantly share code, notes, and snippets.

@durgeshm
Created May 30, 2012 14:06
Show Gist options
  • Save durgeshm/2836546 to your computer and use it in GitHub Desktop.
Save durgeshm/2836546 to your computer and use it in GitHub Desktop.
Start Play 2.0 app in console
import play.core.StaticApplication
import java.io.File
val app = new StaticApplication(new File("."))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment