Guest User

Untitled

a guest
Jan 23rd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. * def config = { username: '#(dbusername)', password: '#(dbpassword)', url: 'jdbc:h2:mem:testdb', driverClassName: 'org.h2.Driver' }
  2. * def DbUtils = Java.type('com.mycompany.DbUtils')
  3. * def db = new DbUtils(config)
Add Comment
Please, Sign In to add comment