Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ```p
  2. jdbc.driver=com.mysql.jdbc.Driver
  3. jdbc.url=jdbc:mysql://localhost:3306/leave_message?useUnicode=true&characterEncoding=UTF-8
  4. jdbc.username=root
  5. jdbc.password=
  6. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement