This is a sample application that shows how to integrate Spring Data MongoDB with Guice Dependency Injection in Play 2.5.
Please see the documentation at http://docs.spring.io/spring-data/data-mongo/docs/current/reference/html/ for more details.
In conf/config.properties, configure appropriate values.
Run this using using the activator included
./activator run
And then go to http://localhost:9000 to call the API.