Files
spring-data-dev-tools/benchmark/relational/src/main/resources/application-postgres.properties
Oliver Drotbohm bdf518841b #125 - First draft of R2DBC benchmarks.
TODOs:

- Review interaction with the JDBC auto-configuration
- Wait for tcp protocol of H2 to be supported
- Wait for Postgres to accept credentialless connections (see [0])

[0] https://github.com/r2dbc/r2dbc-postgresql/issues/125
2019-10-01 10:06:34 +02:00

7 lines
278 B
INI

spring.datasource.url=jdbc:postgresql://localhost:5432/benchmark
spring.datasource.platform=postgres
spring.datasource.initialization-mode=always
spring.r2dbc.url=r2dbc:postgresql://localhost:5432/benchmark
spring.r2dbc.platform=postgres
spring.r2dbc.initialization-mode=always