Configuration Reference

Version:2.0.0

R2dbc Core Config Properties

🔗
Table 1. Configuration Properties for DefaultBasicR2dbcProperties
Property Type Description

r2dbc.datasources.*.driver

java.lang.String

Sets the driver.

r2dbc.datasources.*.options

java.util.Map

Sets the connection properties.

r2dbc.datasources.*.protocol

java.lang.String

Sets the protocol.

r2dbc.datasources.*.connect-timeout

java.time.Duration

Sets the connect timeout.

r2dbc.datasources.*.ssl

boolean

Sets whether to prefer SSL configuration.

r2dbc.datasources.*.host

java.lang.String

Sets the host.

r2dbc.datasources.*.port

int

Sets the port.

r2dbc.datasources.*.username

java.lang.String

Sets the username.

r2dbc.datasources.*.password

java.lang.CharSequence

Sets the password.

r2dbc.datasources.*.database

java.lang.String

Sets the initial database name.