mongodb database with Java play 2.0

2019-03-16 10:10发布

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

On the official website (playframework.org) there seems to be only the NoSql example.

3条回答
相关推荐>>
2楼-- · 2019-03-16 10:52

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

查看更多
霸刀☆藐视天下
3楼-- · 2019-03-16 10:55

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

I use morphia to connect play 2.o and mongodb.

查看更多
ゆ 、 Hurt°
4楼-- · 2019-03-16 11:05

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

查看更多
登录 后发表回答