1.ScheduledAnnotationBeanPostProcessor @EnableScheduling @Import(Schedul...
1.Tomcat Connector接收请求 线程池中线程TaskThread#run进行处理(http-nio线程): SocketProce...
1.父子容器的创建(一般只创建DispatcherServlet中的子容器) 父容器的创建 ContextLoaderListener的作用是用...
1.构造SpringApplication对象 推测web应用类型this.webApplicationType(NONE、REACTIVE、S...
1.手写模拟SpringBoot核心流程 手写模拟SpringBoot关键点: 1)创建一个Spring容器,将启动类作为配置类传入;并且加上@...
Spring整合其他框架的核心思路:就是将其他框架生成的类放到Spring容器中。同理,Spring整合Mybatis也是让Mybatis生成的...
在这两个方法执行之前,已经做了如下操作: 创建了DefaultListableBeanFactory beanFactory.setDepend...
1.注册核心的组件:Advisor <tx:annotation-driven> TxNamespaceHandler#init Annotat...
1.REQUIRED REQUIRED(Spring默认的事务传播类型 required):如果当前没有事务,则自己新建一个事务,如果当前存在事...
文集作者