Advertisement
Guest User

Untitled

a guest
Apr 6th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. before "/*", { req, res ->
  2. Base.open("com.mysql.jdbc.Driver", "jdbc:mysql://localhost:3306/sparkplayground?serverTimezone=EST&useSSL=false&nullNamePatternMatchesAll=true", "user", "password");
  3. }
  4.  
  5. after "/*", { req, res ->
  6. Base.close()
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement