0

How can I configure the postgresql to play framework in java i already downloaded the postgresql-9.3-1101.jdbc4.jar file.

Thank you!

1
  • are you using Eclipse or any other IDE.? or you work without IDE? Commented Apr 23, 2014 at 10:11

1 Answer 1

1

Edit "build.sbt" file:

libraryDependencies ++= Seq(
  javaJdbc,
  javaEbean,
  cache,
  "org.postgresql" % "postgresql" % "9.3-1100-jdbc41"
)

See also http://www.scala-sbt.org/release/docs/Getting-Started/Library-Dependencies.html#managed-dependencies

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.