Guest User

Untitled

a guest
Feb 12th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // you can change the database type, hostname, and the database name
  2. String databaseUrl = "jdbc:mysql://host.name.j256.com/databaseName";
  3. ConnectionSource connectionSource = new JdbcConnectionSource(databaseUrl);
  4. ...
Add Comment
Please, Sign In to add comment