spring-boot-demo 是对 spring boot 的一些实践和总结,基本按照1.5.4.RELEASE
版本官方文档 Spring Boot Reference Guide的顺序进行,其中比较常用和重要的内容基本都有所涉及。
注意: 文档已经从 wiki 迁移到 gitbook,请访问 https://jverson.com/spring-boot-demo/ 查看
- 首页
- 为什么要使用 Spring Boot
- 使用 Spring Boot 快速搭建工程实现 Hello World
- 依赖管理、代码结构、配置类及热交换
- 如何定制 Banner
- Spring Boot 的日志使用
- 使用配置文件配置 Bean 的方法
- 设置 Profiles- 不同环境读取不同 Profile 配置
- Web 开发相关
- 数据库相关
- 使用 RestTemplate 调用 RESTful 接口
- 使用 JavaMail 发送邮件
- 跨域资源共享 CORS
- Java 定时任务
- Spring Events 事件机制
- Spring @Conditional Annotation
- Spring Data Cache(Guava Cache)
- 构建部署可执行 jar