No Json serializer as JsObject found for type play.api.libs.json.JsObject

前端 未结 5 869
旧时难觅i
旧时难觅i 2020-11-29 07:47

I have the following code that works in a console app when referencing \"org.reactivemongo\" %% \"play2-reactivemongo\" % \"0.10.5.0.akka23\"

when I upd

5条回答
  •  死守一世寂寞
    2020-11-29 07:58

    The final release of ReactiveMongo 0.11 has been published ("org.reactivemongo" %% "play2-reactivemongo" % "0.11.0.play23").

    As indicated on the updated documentation, for the default BSON/JSON conversions, it's recommended to have: import play.modules.reactivemongo.json._, ImplicitBSONHandlers._.

提交回复
热议问题