|
|
|
@ -434,7 +434,7 @@ public class CommonServiceImpl implements CommonService { |
|
|
|
} |
|
|
|
|
|
|
|
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))) { |
|
|
|
|
|
|
|
@ -963,7 +963,7 @@ public class CommonServiceImpl implements CommonService { |
|
|
|
} |
|
|
|
|
|
|
|
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))) { |
|
|
|
|
|
|
|
@ -1498,7 +1498,7 @@ public class CommonServiceImpl implements CommonService { |
|
|
|
} |
|
|
|
|
|
|
|
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))) { |
|
|
|
|
|
|
|
@ -2062,7 +2062,7 @@ public class CommonServiceImpl implements CommonService { |
|
|
|
} |
|
|
|
|
|
|
|
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))) { |
|
|
|
|
|
|
|
|