第二章 快速入门
- 在spring方法上添加 @Transactional 注解
事务注解
第三章 Spring boot
- 在spring boot中配置MVC 只需要将Application类 继承SpringBootServletInitializer,重写configure方法。
- 运维监控 Actuator
第四章 IoC容器
InstantiationAwareBeanPostProcessor是BeanPostProcessor接口的子接口,适配器类InstantiationAwareBeanPostProcessorAdapter
拦截器,过滤器的配置:
https://blog.csdn.net/xiaoyaotan_111/article/details/53817918
https://www.zifangsky.cn/683.html#comments
拦截器源码分析
https://blog.csdn.net/zglwy/article/details/54718747