
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