mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-05 00:48:16 +08:00
测试部署与自动上传
This commit is contained in:
@@ -8,7 +8,7 @@ import org.jetbrains.annotations.Nullable;
|
|||||||
*/
|
*/
|
||||||
public class EasySQLAPI {
|
public class EasySQLAPI {
|
||||||
|
|
||||||
public static @Nullable SQLManager getSQLManager(@Nullable String database) {
|
public static @Nullable SQLManager getSQLManager(@Nullable String name) {
|
||||||
return null;
|
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;
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package cc.carm.plugin.easysql.hook;
|
||||||
|
|
||||||
|
public class UpdateChecker {
|
||||||
|
}
|
||||||
@@ -10,8 +10,8 @@
|
|||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||||
<easyplugin.version>1.3.5</easyplugin.version>
|
<easyplugin.version>1.3.7</easyplugin.version>
|
||||||
<easysql.version>0.3.1</easysql.version>
|
<easysql.version>0.3.5</easysql.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<groupId>cc.carm.plugin</groupId>
|
<groupId>cc.carm.plugin</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user