mongodb database with Java play 2.0

后端 未结 3 1777
渐次进展
渐次进展 2021-02-06 09:45

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条回答
  •  Happy的楠姐
    2021-02-06 10:35

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

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

提交回复
热议问题