Skip to content

Commit

Permalink
Fix incorrect example port (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo authored Dec 17, 2024
1 parent d01bb69 commit f1a52b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class ReadWriteSplittingMySQLExample {

// User configures connection properties here
public static final String MYSQL_CONNECTION_STRING =
"jdbc:aws-wrapper:mysql://test-db.cluster-XYZ.us-east-2.rds.amazonaws.com:5432/readWriteSplittingExample";
"jdbc:aws-wrapper:mysql://test-db.cluster-XYZ.us-east-2.rds.amazonaws.com:3306/readWriteSplittingExample";
private static final String USERNAME = "username";
private static final String PASSWORD = "password";

Expand Down

0 comments on commit f1a52b2

Please sign in to comment.