Guest User

Untitled

a guest
Nov 27th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. mysql.driver=com.mysql.jdbc.Driver
  2. mysql.url=jdbc:mysql://localhost:3306/mybatis1
  3. mysql.user=root
  4. mysql.pwd=1234
  5.  
  6.  
  7. mariadb.driver=org.mariadb.jdbc.Driver
  8. mariadb.url=jdbc:mariadb://localhost:3306/mybatis
  9. mariadb.user=root
  10. mariadb.pwd=1
Add Comment
Please, Sign In to add comment