springboot 各个知识点总结
- RESTfull API简单项目的快速搭建:https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-01
- 配置文件详解:properties: https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-02
- 配置文件详解:YAML: https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-03
- 配置文件多环境配置:-properties:https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-04
- 配置文件多环境配置:-YAML https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-05
- 日志配置:-logback: https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-06
- 日志配置-log4j2 :https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-07
- web应用开发-模板引擎FreeMarker :https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-08
- web应用开发-模板引擎:Thymeleafhttps://github.com/titaniume/springboot-demo/tree/master/springboot-demo-09
- web应用开发-模板引擎JSP: https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-10
- web应用开发-错误处理:https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-11
- web应用开发-Servlets, Filters, listeners: https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-12
- web应用开发-CORS 支持: https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-13
- web应用开发-文件上传: https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-14
- 使用SQL关系型数据库-JdbcTemplate :https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-15
- 使用 SQL关系型数据库-spring-data-jpa:https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-16
- 使用 SQL数据库-事务处理 :https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-17] (url)
- 使用 SQL关系型数据库-h2 嵌入式数据库的使用: https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-18
- 使用 NoSQL数据库-redis :https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-19
- 使用 NoSQL数据库-mongodb :https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-20
- 使用 Caching-EhCache :https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-21
- 使用 Caching-Redis: https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-22
- 使用异步消息服务-JMS(ActiveMQ) :https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-23
- 使用异步消息服务-AMQP(RabbitMQ) :https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-24
- 调用REST服务-如何使用代理: https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-25] (url)
- 发送邮件-使用模板邮件并实现多账号轮询发送:https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-26
- 使用Spring Session实现集群-redis:https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-27
- 使用Spring Session实现集群-redis:https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-28
- SpringBoot集成 mybatis:注解方式 https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-29
- SpringBoot集成 mybatis:xml方式 https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-30
- SpringBoot集成Druid https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-31
- SpringBoot集成Swagger https://github.com/titaniume/springboot-demo/tree/master/springboot-demo-32