Guest User

Untitled

a guest
Apr 11th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. db = {
  2. minimumIdle = 5
  3. maximumPoolSize = 10
  4. autoCommit = false
  5. connectionTimeout = 300000
  6. driverClassName = "com.mysql.jdbc.Driver"
  7. jdbcUrl = "jdbc:mysql://localhost:3306/db?useSSL=false&serverTimezone=UTC"
  8. username = "username"
  9. password = "password"
  10. }
Add Comment
Please, Sign In to add comment