Play-Morphia with Play 1.4
Posted
技术标签:
【中文标题】Play-Morphia with Play 1.4【英文标题】: 【发布时间】:2016-12-24 04:49:58 【问题描述】:我正在尝试将 Play-Morphia 与我的 Play Framework 应用程序一起使用。到目前为止,我已经使用 play install morphia
安装了模块,我的应用程序 dependencies.yml 看起来像这样:
# Application dependencies
require:
- play
- play -> morphia 1.2.12
最后是play deps --sync
。
此时我已遵循所有可用指南,但似乎没有任何效果,我的import play.modules.morphia
永远无法解决。 Play 仅将 docviewer 视为有效模块。谁能告诉我我做错了什么?
我正在使用 play 1.4.1 和 play-morphia 1.2.12。
【问题讨论】:
【参考方案1】:尝试按照此处列出的说明添加您的 play-morphia 依赖项:https://gist.github.com/greenlaw110/2868365
【讨论】:
以上是关于Play-Morphia with Play 1.4的主要内容,如果未能解决你的问题,请参考以下文章