Play-2.0-Java-MongoDb-Jackson-exemple
Play-2.0-Java-MongoDb-Jackson-exemple copied to clipboard
A small todo application from the official Play framework manual, but with mongodb support
trafficstars
What's new:
- Updated scala version to 2.11.1
First steps with Playframework 2.3.1 (Java) and MongoDb (Jackson)
-
Don't forget to start mongodb daemon! It should use the default host (localhost) and the default port.
-
Run the application:
sbt run
Please report if there is any issue with running this tutorial, thanks!