Configuration Reference
Version:5.6.1
Micronaut R2dbc Core Config Properties
🔗| Property | Type | Description | 
|---|---|---|
| 
 | boolean | |
| 
 | java.util.Map | map with Key for {@link io.r2dbc.spi.ConnectionFactoryMetadata#getName()} and value for health query to be executed against such R2DBC connection factory | 
| Property | Type | Description | 
|---|---|---|
| 
 | 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. |