摘要:
引入切面类依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> Log.class 1 import jav 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
锁:排它锁(如一个事务获取了一个数据行的排它锁,其他事务就不能再获取该行的其他锁),insert update delete都是用了排它锁 mvcc:多版本并发控制。 你解释一下mvcc? 阅读全文
摘要:
阅读全文
摘要:
阅读全文