mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-08 18:25:17 +08:00
Feature/GitHub action (#23)
* feat: add release action * feat: add checkstyle action
This commit is contained in:
@@ -33,7 +33,8 @@ public class App {
|
||||
// this config is used by mysql
|
||||
info.put("useInformationSchema", "true");
|
||||
|
||||
String url = "jdbc:mysql://localhost:3306/demo?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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user