# msp-boot **Repository Path**: msp233/msp-boot ## Basic Information - **Project Name**: msp-boot - **Description**: springboot练习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2024-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 目录 1. SpringBoot配置 `config` 2. SpringBoot的yml配置详解 `config-yml` 3. SpringBoot的日志框架 `log` 4. 在springboot中使用lombok `lombok` 5. SpringBoot异步框架 `async` 6. SpringBoot集成swagger实战 `swagger` 7. response统一格式 `response` 8. commons1 公共封装(初级)`commons1` commons1 response封装标准化响应有个问题, 在使用过程中,每个接口都需要手动指定调用类似 Result.success(); 来进行格式化输出