#SpringBoot-Learning
本项目内容为Spring Boot教程程序样例。
作者博客:http://blog.didispace.com
Spring Boot系列博文:http://blog.didispace.com/tag/spring-boot/
如您觉得该项目对您有用,欢迎点击右上方的Star按钮,给予支持!!
##样例列表
- chapter2-1-1:配置文件详解:自定义属性、随机数、多环境配置等
- chapter3-1-1:构建一个较为复杂的RESTful API以及单元测试
- chapter3-1-2:使用Thymeleaf模板引擎渲染web视图
- chapter3-1-3:使用Freemarker模板引擎渲染web视图
- chapter3-1-4:使用Velocity模板引擎渲染web视图
- chapter3-1-5:使用Swagger2构建RESTful API
- chapter3-1-6:统一异常处理
- chapter3-2-1:使用JdbcTemplate
- chapter3-2-2:使用Spring-data-jpa简化数据访问层(推荐)
- chapter3-2-3:多数据源配置(一):JdbcTemplate
- chapter3-2-4:多数据源配置(二):Spring-data-jpa
- chapter3-2-5:使用NoSQL数据库(一):Redis
- chapter3-2-6:使用NoSQL数据库(二):MongoDB
- chapter3-3-1:
- chapter4-1-1:使用@Scheduled创建定时任务
- chapter4-1-2:使用@Async实现异步调用
- chapter4-2-1:日志配置
- chapter4-2-2:使用log4j记录日志
- chapter4-2-3:使用AOP进行Web层日志记录