起因 在使用AspectJ的时候发现注入不成功,查看控制台发现报了一连串warn not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 排查 这个log是在 org.springframework.context.support.PostProcessorRegistrationDelegate.BeanPostProcessorChecker#postProcessAfterInitialization 方法处提示的,