Guest User

Untitled

a guest
Aug 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # MySQL connection
  2. #-------------
  3. db.driver=org.gjt.mm.mysql.Driver
  4. db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
Add Comment
Please, Sign In to add comment