
Spring事务传播行为实战
- 2022 年 10 月 28 日
- 筆記
一、什么是事务传播行为? 事务传播行为(propagation behavior)指的就是当一个事务方法被另一个事务方法 …
Continue Reading一、什么是事务传播行为? 事务传播行为(propagation behavior)指的就是当一个事务方法被另一个事务方法 …
Continue Reading一、场景说明 经常需要查询以及设置手机验证码,一般验证码都是放在Redis,为了节省短信费,可以直接设置Redis,本篇 …
Continue Reading一、使用 1、pom.xml导入依赖 <dependency> <groupId>org.s …
Continue Reading出现问题的代码 1 public static String aesEncrypt(String content, St …
Continue Reading1.常用命令 //www.cnblogs.com/huozhonghun/p/11636053.html 2.Red …
Continue Reading