ApplicationContextAware的setApplicationContext方法是什么时候执行的 可以肯定的是在从容器中getbean的过程中调用的,简单说下几个主要流程 getbean到调用bean后处理器 getbean的流程参见下图,……