1.定制 banner
2.Web 容器配置
3.Properties 配置
4.类型安全配置属性
5.YAML 配置
1.Thymeleaf
2.FreeMarker
1.返回JSON数据(jackson-databind、Gson、fastjson)
2.静态资源访问
3.文件上传
4.@ControllerAdvice(全局异常处理、添加全局数据、请求参数预处理)
5.自定义错误页
6.CORS
7.启动系统任务(CommandLineRunner、ApplicationRunner)
8.整合Servlet、Filter、Listener
9.AOP
1.JdbcTemplate
2.Mybatis
3.Spring Data JPA
4.多数据源
1.Redis(单机、集群)
2.MongoDB
3.Session 共享
1.JPA 实现 RESTful
2.MongoDB 实现 RESTful
Service、Dao 直接测。Controller 用 Mock。JSON测试
1.Ehcache 2.x 缓存
2.Redis 单机缓存
3.Redis 集群缓存
1.Spring Security
2.OAuth2
3.Shiro
1.JMS(activeMQ) 2.AMQP(RabbitMQ)