Starter 相关模块
自动收集自
lib/tool-starter/README.md。
这一组主要放 Spring Boot Starter 和自动配置模块,适合做“开箱即用”的集成。
当前内容
controller-advice-spring-boot-startercontroller-autoconfigurecurllog-spring-boot-starterdict-trans-spring-boot-starter
适合什么时候看
- 你想把仓库里的某项能力快速接到 Spring Boot 项目里
- 你在找自动配置、拦截、日志、字典翻译这一类 starter 化集成
备注
- 这组更偏“接入层”,很多底层实现还是要回到
tool-jvm/、ksp/或apt/里看