This commit is contained in:
zyyang 2021-01-13 16:40:30 +08:00
parent 6538d19603
commit d02acc8c15
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ public class MultiThreadsWithSameStatmentTest {
} }
System.out.println(); System.out.println();
} }
resultSet.close();
} catch (SQLException e) { } catch (SQLException e) {
e.printStackTrace(); e.printStackTrace();
} }