Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mainul35/06f1257209c9f5dd5209e14d0e05ed7f to your computer and use it in GitHub Desktop.
Save mainul35/06f1257209c9f5dd5209e14d0e05ed7f to your computer and use it in GitHub Desktop.
r2dbc postgresql connection with properties file
```
# Database connection url: r2dbc:postgresql://host/bd_name
spring.r2dbc.url=r2dbc:postgresql://localhost/r2dbc_test
# Connection username
spring.r2dbc.username=postgres
# Connection Password
spring.r2dbc.password=
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment