SqlSession session = ssf.openSession(); session.commit(); 等价于 SqlSession session = ssf.openSession(true);