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

Commit 5716cc6c authored by 张国柄's avatar 张国柄

Merge branch 'dev' into test

parents a937e2dd 27574b3e
...@@ -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