Skip to content

Commit

Permalink
Update MySQL properties URL
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Aug 25, 2024
1 parent ee3dd00 commit db05f14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static final class MySQL {
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"));

Expand Down

0 comments on commit db05f14

Please sign in to comment.