Update MySQL properties URL

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes 2024-08-25 11:35:59 +02:00
parent ee3dd00225
commit db05f1481a
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -46,7 +46,7 @@ public class Storage extends Config {
public static String PASSWORD = "password";
public static String DATABASE = "plot_db";
@Comment("Set additional properties: https://goo.gl/wngtN8")
@Comment("Set additional properties: https://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html")
public static List<String>
PROPERTIES = new ArrayList<>(Collections.singletonList("useSSL=false"));