Configuration Reference
Version:1.0.0.M2
Data R2dbc Config Properties
🔗Property | Type | Description |
---|---|---|
|
Sets the schema generation strategy. |
|
|
boolean |
Whether to generate tables in batch. |
|
Sets the dialect. |
|
|
java.util.List |
Sets the packages to include use for the purposes of schema generation. |
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. |