|
@@ -14,7 +14,7 @@ import cn.com.qmth.examcloud.bridge.commons.BridgeDatabaseUtil;
|
|
|
public class Tester {
|
|
|
|
|
|
public void test() {
|
|
|
- testJdbc();
|
|
|
+ // testJdbc();
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -22,7 +22,7 @@ public class Tester {
|
|
|
*
|
|
|
* @author WANGWEI
|
|
|
*/
|
|
|
- private void testJdbc() {
|
|
|
+ public void testJdbc() {
|
|
|
try {
|
|
|
Connection conn = BridgeDatabaseUtil.getConnection(BridgeDataSource.EXAM_CLOUD);
|
|
|
PreparedStatement ps = conn.prepareStatement("select 'jdbc test' from dual");
|