Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQL 5.7 最近引入了 JSON 数据类型,Ebean ORM repo 也包含了这个更改文档
当将此版本的 SBT 添加到 Play 项目时,它并不顺利。
DDL 生成将无法正常工作。
Google Thread也有同样的讨论。
我们如何将最新的 ebean 与 Play framework 2.4 集成?
演示项目或示例代码将不胜感激。
在您的项目/plugins.sbt 更改
addSbtPlugin("com.typesafe.sbt" %% "sbt-play-ebean" % "1.0.0")
至
addSbtPlugin("com.typesafe.sbt" %% "sbt-play-ebean" % "2.0.0")