Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bijay-shrestha/fcfc16e6f901e8bfadc2b3f4f7ffa23a to your computer and use it in GitHub Desktop.
Save bijay-shrestha/fcfc16e6f901e8bfadc2b3f4f7ffa23a to your computer and use it in GitHub Desktop.
appName.dbOne.datasource.driverClassName=org.postgresql.Driver
appName.dbOne.datasource.url=jdbc:postgresql://localhost/dbOne
appName.dbOne.datasource.username=test
appName.dbOne.datasource.password=test
appName.dbTwo.datasource.driverClassName=org.postgresql.Driver
appName.dbTwo.datasource.url=jdbc:postgresql://localhost/dbTwo
appName.dbTwo.datasource.username=test
appName.dbTwo.datasource.password=test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment