记得上下班打卡 | git大法好,push需谨慎

Commit 27574b3e authored by 张国柄's avatar 张国柄

DM;

parent 2b9a5c9b
...@@ -44,7 +44,8 @@ public abstract class DataMigrationProcessorService { ...@@ -44,7 +44,8 @@ public abstract class DataMigrationProcessorService {
@SneakyThrows @SneakyThrows
private void preHandler() { private void preHandler() {
Class.forName("com.mysql.cj.jdbc.Driver"); Class.forName("com.mysql.cj.jdbc.Driver");
String url = "jdbc:mysql://zhengzai.mysql.polardb.rds.aliyuncs.com:3306/"; String url = "jdbc:mysql://pc-2ze6z2hxkug559q79.mysql.polardb.rds.aliyuncs.com:3306/";
// String url = "jdbc:mysql://zhengzai.mysql.polardb.rds.aliyuncs.com:3306/";
if (this instanceof DMEntersProcessor || this instanceof DMAddressesProcessor) { if (this instanceof DMEntersProcessor || this instanceof DMAddressesProcessor) {
url += "mall"; url += "mall";
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment