Loading

摘要: Mybatis事务管理 事务管理方式 Transaction接口 public interface Transaction { Connection getConnection() throws SQLException; void commit() throws SQLException; voi 阅读全文
posted @ 2020-12-08 15:24 揸火箭 阅读(142) 评论(0) 推荐(0) 编辑

Loading