Configuration Reference
Version:2.0.0
R2dbc Core Config Properties
🔗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. |