We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
本地环境一:springboot 在addInterceptor()反射调用getBean的时候报错: java.lang.NoSuchMethodException: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext.getBean(java.lang.String)
导致interceptor没有加进去。
本地环境二:SpringMVC + tomcat9.0.89 也是addInterceptor反射调用getBean的时候报错NoSuchMethodException。
The text was updated successfully, but these errors were encountered:
JDK17的环境
Sorry, something went wrong.
No branches or pull requests
本地环境一:springboot
在addInterceptor()反射调用getBean的时候报错:
java.lang.NoSuchMethodException: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext.getBean(java.lang.String)
导致interceptor没有加进去。
本地环境二:SpringMVC + tomcat9.0.89
也是addInterceptor反射调用getBean的时候报错NoSuchMethodException。
The text was updated successfully, but these errors were encountered: