Play Framework Anorm & DB Not Reseolved

旧城冷巷雨未停 提交于 2019-12-05 18:50:45
Nag

I have got the same issue and it's resolved by adding: "com.typesafe.play" % "play-iteratees_2.10" % "2.2.3", in my build.scala file.

random0909

simply add this to your dependency

 <dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>play-jdbc_2.11</artifactId>
    <version>2.4.6</version>
</dependency>
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!