Guest User

Untitled

a guest
Sep 25th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #config.properties
  2. user=amanda
  3. include=${user}.properties
  4. connection.string=${user.name}:${user.password}
  5.  
  6. #amanda.properties
  7. user.name=Amanda Zhu
  8. user.password=8888
Add Comment
Please, Sign In to add comment