Closed bonzonlu closed 4 years ago
Connection con = dataSource.getConnection(); ... finally { if(prepStmt != null) { ps.close(); } if(con != null) { con.close(); } }
Connection con = dataSource.getConnection(); ... finally { if(prepStmt != null) { ps.close(); } if(con != null) { con.close(); } }