Skip to content

Instantly share code, notes, and snippets.

@alexandre-jacquot-ptl
Created May 22, 2021 14:46
Show Gist options
  • Save alexandre-jacquot-ptl/0ec8a2da57af15bce2e416cd5b632972 to your computer and use it in GitHub Desktop.
Save alexandre-jacquot-ptl/0ec8a2da57af15bce2e416cd5b632972 to your computer and use it in GitHub Desktop.
r2dbc
# Liquibase (schema update)
spring.liquibase.change-log=classpath:/db/db.changelog.yaml
spring.liquibase.url=jdbc:postgresql://127.0.0.1:5432/todolist
spring.liquibase.user=admin
spring.liquibase.password=password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment