Skip to content

Instantly share code, notes, and snippets.

@chingovan
Created April 25, 2017 17:40
Show Gist options
  • Save chingovan/e05f5e6f6869ab9ccbf4874cf7281d71 to your computer and use it in GitHub Desktop.
Save chingovan/e05f5e6f6869ab9ccbf4874cf7281d71 to your computer and use it in GitHub Desktop.
jdbc.default.driverClassName=org.postgresql.Driver
jdbc.default.url=jdbc:postgresql://localhost:5432/lportal7
jdbc.default.username=postgres
jdbc.default.password=123456
jdbc.default.maxPoolSize=100
jdbc.default.minPoolSize=10
jdbc.default.numHelperThreads=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment