整合ssm项目时,总是报错IllegalStateException:Beanfactory not initialized or already closed, 我没有使用ApplicationContext, 而是在Spring.xml中配置了一个类型为SqlSessionFactoryBean的bean标签(如图),希望有高手能帮我看一下可能的原因在哪?
感觉是没有读到你的配置,你启动的设置在哪里,web.xml里面应该要设置spring.xml和springmvc.xml的位置