| 模块名 | 模块功能介绍 |
|---|---|
| org.springframework.boot | SpringBoot的核心代码 |
| boot.actuate | SpringBoot的驱动相关 |
| boot.admin | SpringBoot的管理相关 |
| boot.ansi | 支持ANSI编码输出的类 |
| boot.autoconfigure | SpringBoot的自动配置相关 |
| boot.builder | 构造Spring应用的流畅“构造器”样式API |
| boot.cli | SpringBoot CLI的主要入口点 |
| boot.cloud | 云部署的低级支持 |
| boot.context | 一些有关Spring的ApplicationContext的类 |
| boot.convert | 类型转换相关 |
| boot.devtools | SpringBoot的开发者工具(developer tools) |
| boot.diagnostics | SpringBoot的诊断工具(支持程序执行失败的分析和报告) |
| boot.env | SpringBoot的环境相关 |
| boot.groovy | 一些“共享”于CLI和用户应用之间的Groovy工具类 |
| boot.info | 提供一个应用的相关信息 |
| boot.jackson | jackson的一些支持和相关加强 |
| boot.jdbc | jdbc的支持 |
| boot.jms | JMS的相关支持 |
| boot.json | 转化为json的相关支持 |
| boot.jta | SpringBoot的事务相关 |
| boot.liquibase | Liquibase数据库集成的特制支持 |
| boot.loader | 系统允许使用java -jar来启动独立的JAR/WAR包 |
| boot.logging | 日志的相关支持 |
| boot.origin | 支持项目来源的跟踪 |
| boot.orm | ORM框架相关 |
| boot.security | 安全相关 |
| boot.system | 一般系统的支持类 |
| boot.task | 有关任务执行和周期作业的类和工具 |
| boot.test | 测试相关 |
| boot.type.classreading | 读取注解和类级的元数据 |
| boot.util | 杂七杂八的工具类 |
| boot.validate | 有关校验的工具和类 |
| boot.web | web相关 |
| boot.webservice.client | web服务客户端工具 |
SpringBoot学习——初始API
最新推荐文章于 2024-07-23 09:33:12 发布
本文深入解析SpringBoot核心模块的功能与用途,从自动配置到开发者工具,涵盖了环境支持、任务执行、web服务等关键领域,为SpringBoot的学习和应用提供全面指南。
1175

被折叠的 条评论
为什么被折叠?



