refactor: update primarky logic

This commit is contained in:
vran
2022-02-01 14:07:15 +08:00
parent 5a9a42eaf7
commit 1e6846c9b0
17 changed files with 141 additions and 131 deletions

View File

@@ -33,7 +33,7 @@ public class App {
// this config is used by mysql
info.put("useInformationSchema", "true");
String url = "jdbc:mysql://localhost:3306/patient?useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true";
String url = "jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true";
return DriverManager.getConnection(url, info);
}
}