- 博客(4)
- 资源 (6)
- 收藏
- 关注
原创 Spring IoC源码分析入口
分为三步,定位、加载、注册第一步:定位1. 开始,从配置文件找入口 ApplicationContext ac = new ClassPathXmlApplicationContext("applicationContext.xml");2. 所以,从ClassPathXmlApplicationContext类开始,找到源码中对应的构造方法 public ClassPathXmlApplicationContext(String configLocation) th
2020-05-13 00:15:37
419
原创 Spring AOP原理以及相关注释
大体的思路如下:**寻找入口 ---> 选择策略 ---> 调用方法 ---> 触发通知****1.进入AbstractAutowireCapableBeanFact...
2020-04-25 23:43:56
198
原创 Spring源码分析-MVC模块
初始化阶段 ---> 运行(调用)阶段源码分析一、初始化阶段1. 根据配置得知,在DispatcherServlet里没找到init方法,然后在它的父类HttpServletBean找到了init方法的入口,进入HttpServletBean的init()方法public final void init() throws ServletException { ...
2020-04-24 21:37:15
227
原创 Win10下vagrant up报错解决方案
前提:安装的vagrant版本为vagrant_2.2.6_x86_64, 安装的vagrantBox版本为VirtualBox-6.1.6-137129输入:vagrant up 命令时,提示如下信息No usable default provider could be found for your system.Vagrant relies on inte...
2020-04-19 13:45:31
5152
5
otp_src_21.2.tar.gz
2020-05-20
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人