Updated the LoginExample

This commit is contained in:
mathias 2021-08-28 00:17:39 +02:00
parent 86f3ce2f3e
commit 614c557d7e
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -16,7 +16,7 @@ public class LoginExample {
// You can now set the settings of the connection (before connecting)
connection.updateSettings()
.useSSL(true) // You can set for example the ssl property
.customProperty("example", ""); // You can also set a custom property
.customProperty("example", "value"); // You can also set a custom property
// Now you can connect to the database