Guest User

Untitled

a guest
Dec 9th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <properties>
  2. <db.url>jdbc:postgresql://127.0.0.1:5432/MyDb</db.url>
  3. ...
  4. <properties>
  5.  
  6. db.url=${db.url}
  7.  
  8. db.url=jdbc:postgresql://127.0.0.1:5432/MyDb
Add Comment
Please, Sign In to add comment