qwer1101

Results 1 issues of qwer1101

本地环境一:springboot 在addInterceptor()反射调用getBean的时候报错: java.lang.NoSuchMethodException: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext.getBean(java.lang.String) ![Image](https://github.com/user-attachments/assets/c87eacc7-48e0-4950-a7e8-b5cb8f4979fd) 导致interceptor没有加进去。 本地环境二:SpringMVC + tomcat9.0.89 也是addInterceptor反射调用getBean的时候报错NoSuchMethodException。