使用SpringMVC spring dwr时,dwr使用的bean,要将bean配置到根webapplicationcontext中,即applicationContext.xml中,
不能放到dispatcher-servlet.xml中。否则会报NoSuchBeanDefinitionException异常。
2024-01-30 08:32:22
使用SpringMVC spring dwr时,dwr使用的bean,要将bean配置到根webapplicationcontext中,即applicationContext.xml中,
不能放到dispatcher-servlet.xml中。否则会报NoSuchBeanDefinitionException异常。