Skip to content

Commit 0028161

Browse files
author
core-lib
committed
重构
1 parent 140d317 commit 0028161

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.sqlman</groupId>
88
<artifactId>sqlman</artifactId>
9-
<version>v0.0.4-alpha</version>
9+
<version>v0.0.5-alpha</version>
1010

1111
<name>sqlman</name>
1212

@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.github.core-lib</groupId>
2929
<artifactId>loadkit</artifactId>
30-
<version>v1.0.0</version>
30+
<version>1.0.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.github.jsqlparser</groupId>

src/main/resources/sqlman/v5.3.0-test.sql

-1
This file was deleted.

src/test/java/io/sqlman/test/SimpleExecutorTests.java src/test/java/io/sqlman/test/MySQL.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author Payne [email protected]
99
* 2019/5/22 16:27
1010
*/
11-
public class SimpleExecutorTests {
11+
public class MySQL {
1212

1313
@Test
1414
public void test() throws Exception {

0 commit comments

Comments
 (0)