Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 619 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 619 Bytes

play-java-sample application v2.6 + MongoDB

This is a starter application that has base setup of Play 2.6 with MongoDB as database (Morphia lib). This repository will constantly updated on better changes.

Please see the documentation at https://www.playframework.com/documentation/latest/Home for more details.

Running

Run this using sbt. If you downloaded this project from http://www.playframework.com/download then you'll find a prepackaged version of sbt in the project directory:

sbt run

And then go to http://localhost:9000 to see the running web application.