Configuration Reference
Version:6.2.0
Micronaut R2dbc Core Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
true if health indicator is enabled |
|
|
java.util.Map |
{@link io.r2dbc.spi.ConnectionFactoryMetadata#getName()} to SQL query for database version. |
Property | Type | Description | Default value |
---|---|---|---|
|
java.lang.String |
Sets the driver. |
|
|
java.util.Map |
Sets the connection properties. |
|
|
java.lang.String |
Sets the protocol. |
|
|
java.time.Duration |
Sets the connect timeout. |
|
|
boolean |
Sets whether to prefer SSL configuration. |
|
|
java.lang.String |
Sets the host. |
|
|
int |
Sets the port. |
|
|
java.lang.String |
Sets the username. |
|
|
java.lang.CharSequence |
Sets the password. |
|
|
java.lang.String |
Sets the initial database name. |