-
Notifications
You must be signed in to change notification settings - Fork 26.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caused by: java.lang.ClassNotFoundException: com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor #2869
Comments
add this dependency
|
@vio-lin, Thank you, yes, the developer should add this Maven dependency |
helps a lot. |
Thank you very much, I have encountered the same problem when I upgraded to version 2.6.5 today, but the dubbo version upgrade has to be introduced since the other, which is very strange. |
express my heartfelt gratitude... |
oh.thanks to you very much |
Springboot 3.0 does not have class |
版本:2.6.5
采用注解的方式进行配置,提示找不到com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
这个类,
原因:
ReferenceAnnotationBeanPostProcessor这个类继承了AnnotationInjectedBeanPostProcessor
但是AnnotationInjectedBeanPostProcessor这个类根本不存在
The text was updated successfully, but these errors were encountered: