Guest User

Untitled

a guest
Oct 28th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. object ExampleApp extends App {
  2. slick.codegen.SourceCodeGenerator.main(
  3. Array("slick.driver.MySQLDriver", "com.mysql.cj.jdbc.Driver","jdbc:mysql://127.0.0.1:3306/cpm?nullNamePatternMatchesAll=true", ".", "com.lol", "root", "my-secret-pw")
  4. )
  5. }
Add Comment
Please, Sign In to add comment