Guest User

Untitled

a guest
Jul 8th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. endpoint h2:Client testDB {
  2. path: "./h2-client",
  3. name: "testdb",
  4. username: "SA",
  5. password: "",
  6. poolOptions: { maximumPoolSize: 5 }
  7. };
Add Comment
Please, Sign In to add comment