https://github.com/mohitsinha/play-java-spring-data-mongodb
Using Spring Data MongoDB repositories with Guice in Play 2.5 Java with SBT Docker plugin.
https://github.com/mohitsinha/play-java-spring-data-mongodb
guice play-framework spring-data spring-data-mongodb spring-di
Last synced: about 2 months ago
JSON representation
Using Spring Data MongoDB repositories with Guice in Play 2.5 Java with SBT Docker plugin.
- Host: GitHub
- URL: https://github.com/mohitsinha/play-java-spring-data-mongodb
- Owner: mohitsinha
- License: other
- Created: 2017-04-08T14:37:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T06:35:27.000Z (about 8 years ago)
- Last Synced: 2025-04-14T12:03:15.047Z (about 2 months ago)
- Topics: guice, play-framework, spring-data, spring-data-mongodb, spring-di
- Language: Java
- Homepage:
- Size: 1.02 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[
](https://travis-ci.org/playframework/play-java-starter-example)
# Play 2.5 Guice Spring Data MongoDB Repository
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.## Running
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.