Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1012 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 1012 Bytes

spring-boot-examples

该项目是我在学习和使用SpringBoot过程中写的一些示例程序,根据企业级需求定制。以下是涉及到的技术栈,顺序不固定。

  1. Hello SpringBoot
  2. 日志配置
  3. 模板引擎/JSP配置
  4. 拦截器配置
  5. 全局异常处理
  6. 国际化处理
  7. 数据源配置
  8. 事务管理
  9. 配置中心管理
  10. ORM(Mybatis/JPA)
  11. NOSQL使用(Redis/Mongo)
  12. 分布式Session
  13. 服务注册发现(Eureka/Consul)
  14. 服务负载均衡(Ribbon/Feign/Zuul)
  15. 服务熔断
  16. 任务调度
  17. 消息队列
  18. 权限控制(Apache Shiro/Spring Security)
  19. OAuth认证
  20. Swagger API文档集成
  21. 集成缓存