1
votes

I am new in Playframework using Java.

As per PlayFramework documentation i have added addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "4.0.2") to plugin.sbt and added lazy val root = (project in file(".")).enablePlugins(PlayJava, PlayEbean) in build.sbt. Still i am getting error on com.avaje.ebean. How to solve this problem.

1
Change it to import io.ebean.*;MipH

1 Answers

0
votes

If you did this while sbt is running, you need to use the reload command for the changes to be recognised.