随笔分类 -  事务

摘要:Mybatis——Spring事务实现 https://www.cnblogs.com/wqff-biubiu/p/12546674.html select for update不交由spring事务管理的正确姿势 https://blog.csdn.net/shuangyueliao/articl 阅读全文
posted @ 2023-06-06 11:01 tonggc1668 阅读(247) 评论(0) 推荐(0)
摘要:@EnableTransactionManagement https://www.cnblogs.com/joelYe/p/13784774.html Spring Boot的事务管理注解@EnableTransactionManagement的使用 https://blog.csdn.net/u0 阅读全文
posted @ 2022-02-15 14:58 tonggc1668 阅读(24) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/worldchinalee/article/details/79413830 阅读全文
posted @ 2019-07-20 12:08 tonggc1668 阅读(195) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/xcdsdf14545/article/details/86164012 阅读全文
posted @ 2019-07-20 12:07 tonggc1668 阅读(454) 评论(0) 推荐(0)
摘要:-- 查看被锁住的SELECT * FROM INFORMATION_SCHEMA.INNODB_LOCKS; -- 等待锁定SELECT * FROM INFORMATION_SCHEMA.INNODB_LOCK_WAITS; -- 查看事务SELECT * FROM INFORMATION_SC 阅读全文
posted @ 2017-12-09 15:16 tonggc1668 阅读(139) 评论(0) 推荐(0)