每次操作后提交事务
在工具类中将自动提交开启
public static SqlSession getSqlSession(){ return sqlSessionFactory.openSession(true);//括号内为true,开启自动提交事务 }
菜鸟学习中,有错误欢迎指出。