playframework 2.4 - I cannot use ebean in play framework -
i'm using play 2.4. got compilation error: package "com.avaje.ebean" not exist. need help, appreciate!
play's ebean external project. need add dependency in project/plugins.sbt
file:
addsbtplugin("com.typesafe.sbt" % "sbt-play-ebean" % "1.0.0")
in build.sbt
file, enable plugin:
lazy val myproject = (project in file(".")).enableplugins(playjava, playebean)
all information , more available in 2.4 migration guide.
Comments
Post a Comment