mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-04 16:43:03 +08:00
测试部署与自动上传
This commit is contained in:
@@ -8,7 +8,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
*/
|
||||
public class EasySQLAPI {
|
||||
|
||||
public static @Nullable SQLManager getSQLManager(@Nullable String database) {
|
||||
public static @Nullable SQLManager getSQLManager(@Nullable String name) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
package cc.carm.plugin.easysql.api;
|
||||
|
||||
public class SQLConfiguration {
|
||||
|
||||
String driver;
|
||||
|
||||
String address;
|
||||
int port;
|
||||
|
||||
String database;
|
||||
|
||||
String username;
|
||||
String password;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user