Advertisement
Javi

Datasource configuration properties

Feb 7th, 2013
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dataSource.driverClassName=org.postgresql.Driver
  2. dataSource.url=jdbc:postgresql://localhost/tareasdb
  3. dataSource.username=postgres
  4. dataSource.password=adminadmin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement