This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user