java速成路线-part4-ssm-spring-boot
上一级页面:ssm-spring-boot速成教程
前言
本文是速成SSM+ Spring Boot的学习索引,其中的笔记内容较为初级,是搭配学习视频使用的,详见ssm-spring-boot速成教程
如果你已经学习过SSM+Spring boot,想要更进一步,深入源码等,可以阅读这篇文章中提到的spring和springboot实战系列:程序员工作后的进阶学习和后续的深入发展
ssm
10.1 Spring
10.1.1 AOP
10.1.2 IOC
10.1.3 BeanFactory
10.1.4 Bean 作用域和生命周期
10.1.5 事务隔离级别
10.2 SpringMVC
10.2.1 工作流程图
10.2.2 DispatcherServlet
10.2.3 WebApplicationContext
10.3 MyBatis
11.1 Spring Boot
- 启动过程, 自动装配原理
索引如下:
基础部分
- spring-boot-基础入门
- spring-boot-基础入门-1-helloworld
- spring-boot-底层注解
- spring-boot-自动配置
- spring-boot-最佳实践
- spring-boot-配置文件
web开发
- spring-boot-web-开发-1
- spring-boot-web-开发-2-0-源码分析-rest
- spring-boot-web-开发-2-1-请求处理和api测试
- spring-boot-web-开发-2-2-源码分析-参数解析器
- spring-boot-web-开发-2-3-源码分析
- spring-boot-web-开发-3
- spring-boot-web-开发-4
- spring-boot-web-开发-4
- spring-boot-web-开发-5
- spring-boot-web-开发-6
- spring-boot-web-开发-7
- spring-boot-数据访问
- spring-boot-单元测试
- spring-boot-指标监控
- spring-boot-高级特性和原理分析