Skip to content

Instantly share code, notes, and snippets.

@kenota
Created December 14, 2012 01:16
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 kenota/4281697 to your computer and use it in GitHub Desktop.
Save kenota/4281697 to your computer and use it in GitHub Desktop.
Configuring NoWaitPgDialect in DataSource.groovy
dataSource {
pooled = true
driverClassName = "org.postgresql.Driver"
dialect = "com.binarybuffer.postgres.NoWaitPgDialect"
username = "kenota"
password = ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment