Micronaut R2DBC Configuration Reference
Every documented configuration property of Micronaut R2DBC, with types, descriptions, and defaults.
12 properties across 1 section
Micronaut R2dbc Core Config Properties
Configuration properties for R2dbcHealthConfiguration
| Property | Type | Description |
|---|---|---|
endpoints.health.r2dbc.enabled | boolean | true if health indicator is enabled |
endpoints.health.r2dbc.database-name-to-health-query | java.util.Map | {@link io.r2dbc.spi.ConnectionFactoryMetadata#getName()} to SQL query for database version. |
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. |
No properties match this filter.