spring boot 基本配置項目

1. redis 緩存配置

2. mysql配置

    多資料源配置:https://iter01.com/512781.html

3. 異常統一處理

    https://www.cnblogs.com/lgjlife/p/10988439.html

4. 統一API返回格式

    https://www.cnblogs.com/FraserYu/p/11343803.html

    https://www.cnblogs.com/UncleWang001/p/10949318.html

    https://www.cnblogs.com/onehm/archive/2020/11/09/13947705.html

5. dto、model、repository、service基本架構

6. database migration

7. http middleware

8. 驗證

9. 日誌

10. 時區

教學

https://github.com/ityouknow/awesome-spring-boot

https://github.com/xkcoding/spring-boot-demo

留言

這個網誌中的熱門文章

WINDOWS cmd 操作:查看進程、TCP連線、刪除TCP連線和進程

mongodb aggregate 筆記

mongodb shell 操作