Advertisement
Guest User

Untitled

a guest
Jul 9th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. dataSourceClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource
  2. dataSource.url=jdbc:mysql://localhost/DATENBANK
  3. dataSource.user=BENUTZERNAME
  4. dataSource.password=PASSWORT
  5. dataSource.cachePrepStmts=true
  6. dataSource.prepStmtCacheSize=250
  7. dataSource.prepStmtCacheSqlLimit=2048
  8. connectionTimeout: 500
  9. maximumPoolSize: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement