|
|
|
@ -212,7 +212,7 @@ public class CommonOpt { |
|
|
|
} |
|
|
|
|
|
|
|
try (Connection conn = DriverManager.getConnection( |
|
|
|
newJdbcUrl.replace("data_center_aeon_admin", "third") + "&allowPublicKeyRetrieval=true", |
|
|
|
newJdbcUrl.replace("data_center_aeon_admin", "aeon") + "&allowPublicKeyRetrieval=true", |
|
|
|
DESUtil.decrypt(apikeyInfo.getAuroraUsername(), Constants.DES_SALT), |
|
|
|
DESUtil.decrypt(apikeyInfo.getAuroraPassword(), Constants.DES_SALT))) { |
|
|
|
|
|
|
|
|