Configuration Reference

Version:1.0.1

Data R2dbc Config Properties

🔗
Table 1. Configuration Properties for DataR2dbcConfiguration
Property Type Description

r2dbc.datasources.*.schema-generate

SchemaGenerate

Sets the schema generation strategy.

r2dbc.datasources.*.batch-generate

boolean

Whether to generate tables in batch.

r2dbc.datasources.*.dialect

Dialect

Sets the dialect.

r2dbc.datasources.*.packages

java.util.List

Sets the packages to include use for the purposes of schema generation.

R2dbc Core Config Properties

🔗
Table 2. 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.