Skip to content

Instantly share code, notes, and snippets.

@pavankjadda
Last active July 15, 2020 21:10
Show Gist options
  • Save pavankjadda/0a6967164f8a1a86b29f334a4cc89afe to your computer and use it in GitHub Desktop.
Save pavankjadda/0a6967164f8a1a86b29f334a4cc89afe to your computer and use it in GitHub Desktop.
liquibase.properties
#### Database properties
url=${liquibase.url}
username=${liquibase.username}
password=${liquibase.password}
driver=com.mysql.cj.jdbc.Driver
#### Reference database properties
referenceUrl=${liquibase.referenceUrl}
referenceDriver=com.mysql.cj.jdbc.Driver
referenceUsername=${liquibase.referenceUsername}
referencePassword=${liquibase.referencePassword}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment