Guest User

Untitled

a guest
Mar 1st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. spring.datasource.url=jdbc:postgresql://localhost:5432/yourdb
  2. spring.datasource.username=postgres
  3. spring.datasource.password=sql
  4. spring.datasource.driver-class-name=org.postgresql.Driver
Add Comment
Please, Sign In to add comment