Advertisement
Guest User

Untitled

a guest
Mar 6th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dataSourceClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource
  2. dataSource.user=admincdb
  3. dataSource.password=qwerty1234
  4. dataSource.databaseName=computer-database-db
  5. dataSource.url=jdbc:mysql://localhost:3306/computer-database-db?zeroDateTimeBehavior=convertToNull
  6. dataSource.cachePrepStmts=true
  7. dataSource.prepStmtCacheSize=250
  8. dataSource.prepStmtCacheSqlLimit=2048
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement