Guest User

Untitled

a guest
Jul 8th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. endpoint jdbc:Client testDB {
  2. url: "jdbc:mysql://localhost:3306/testdb",
  3. username: "root",
  4. password: "root",
  5. poolOptions: { maximumPoolSize: 5 }
  6. }
Add Comment
Please, Sign In to add comment