Guest User

Untitled

a guest
Jul 29th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Cannot connect to database [default] - Postgresql Options [closed]
  2. db.default.url="jdbc:postgresql://localhost:5432/computerdatabase"
  3. db.default.driver="org.postgresql.Driver"
  4. db.default.user="computer"
  5. db.default.password="password"
  6.  
  7.  
  8. # Application dependencies
  9. require:
  10. - play
  11. - postgresql -> postgresql 9.0-801.jdbc4
  12.  
  13. lib:
  14. postgresql-9.0-801.jdbc4.jar
Add Comment
Please, Sign In to add comment