開發過程中用過的註解整理

2021-08-16 15:28:15 字數 589 閱讀 3696

@restcontroller  //rest風格介面,裡面包含@controller註解

@enableasync //開始非同步支援

@enablecaching //快取註解

@enableautoconfiguration //自動載入應用程式所需的所有bean

@async("threadpool") //非同步註解

jpa:

@id //主鍵id

@generatedvalue //主鍵自增

@column(columndefinition = "varchar(64) comment '免登token'") //定義資料庫字段屬性

@transient //根據實體建立表時,排除這個字段

swagger2

定義的註解:

@api(value = "這是介面模組api")

@apioperation(value = "這是介面名稱", notes = "這是介面備註")

@apimodelproperty("這是實體類欄位名稱注釋")

軟體開發過程中用到的軟體整理

md5批量校驗工具 md5校驗工具是被用來校驗資料一致bai性md5碼的工具。md5是message digest algorithm 5 資訊 摘要演算法 的縮寫,被廣泛用於加密和解密技術上,它可以說是檔案的 數字指紋 任何乙個檔案,無論是可執行程式 影象檔案 臨時檔案或者其他任何型別的檔案,也不...

分享一些我在開發過程中用過的資源

以下所提到的控制項 元件均為開源或免費的。1,combobox控制項 upgrade your select element to a combo box 2,datetimepicker控制項 graymettersoft 3,tabstrip控制項 a asp.net webtabstripus...

分享一些我在開發過程中用過的資源

以下所提到的控制項 元件均為開源或免費的。1,combobox控制項 upgrade your select element to a combo box 2,datetimepicker控制項 graymettersoft 3,tabstrip控制項 a asp.net webtabstripus...