This commit is contained in:
Redkale
2017-03-20 13:53:13 +08:00
parent 7a195ecf23
commit 4fec27498c
6 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ import org.redkale.source.*;
public class JDBCTest {
public static void main(String[] args) throws Exception {
DataSource source = Sources.createDataSource(""); //耗时37415
DataSource source = DataSources.createDataSource(""); //耗时37415
int count = 1000;
LoginTestRecord last = null;
long s = System.currentTimeMillis();