Mongodb database with Java play 2.0

Is there a tutorial on how I can use the mongodb database with Java play 2.0?

On the official site (playframework.org), it seems there is only an example of NoSql.

+6
source share
3 answers

check out this demo on github. https://github.com/czihong/playMongoDemo

I am using morphia to connect play 2.o and mongodb.

+11
source

Check the mongodb database with the scala play 2.0 tutorial and this discussion , Unfortunately, there is currently no official tutorial.

+2
source

check out this demo on github https://github.com/leodagdag/play2-morphia-plugin . This is not an official textbook. This is leodagdag.play2morphia.Model.

0
source

Source: https://habr.com/ru/post/912461/


All Articles