File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
examples/AWSDriverExample/src/main/java/software/amazon Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public static void main(String[] args) throws SQLException {
3030 AwsWrapperDataSource ds = new AwsWrapperDataSource ();
3131 // Configure basic information and any driver-specific and AWS JDBC Driver properties:
3232 // Configure any AWS JDBC Driver properties:
33- dataSource .setJdbcUrl ("jdbc:aws-wrapper:postgresql://db-identifier.cluster-XYZ.us-east-2.rds.amazonaws.com/employees?ssl=true&wrapperLoggerLevel=ALL" );
33+ ds .setJdbcUrl ("jdbc:aws-wrapper:postgresql://db-identifier.cluster-XYZ.us-east-2.rds.amazonaws.com/employees?ssl=true&wrapperLoggerLevel=ALL" );
3434
3535 // Specify the driver-specific data source:
3636 ds .setTargetDataSourceClassName ("org.postgresql.ds.PGSimpleDataSource" );
You can’t perform that action at this time.
0 commit comments