Skip to content

Instantly share code, notes, and snippets.

@rlovtangen
Created November 4, 2011 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlovtangen/1339352 to your computer and use it in GitHub Desktop.
Save rlovtangen/1339352 to your computer and use it in GitHub Desktop.
dataSource {
username = "todo"
password = "todo!"
dbCreate = "update"
url = "jdbc:mysql://localhost/todo"
dialect = org.hibernate.dialect.MySQL5InnoDBDialect
driverClassName = "com.mysql.jdbc.Driver"
properties {
maxActive = 50
maxIdle = 25
minIdle = 5
initialSize = 5
minEvictableIdleTimeMillis = 60000
timeBetweenEvictionRunsMillis = 60000
maxWait = 10000
validationQuery = "/* ping */"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment