Exception sending context initialized event to listener instance of class [org.springframework.web.context.ContextLoaderListener]
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.gz.struts.action.PlayAction] for bean with name '/playAction' defined in class path resource [applicationContext.xml]; nested exception is java.lang.ClassNotFoundException: org.gz.struts.action.PlayAction
求帮助这是代码https://pan.baidu.com/s/1KovJpL1Y236-J8Wf4RfbVA
ClassNotFoundException和 Cannot find class 还有org.springframework.beans.factory.CannotLoadBeanClassException应该是说你spring容器生成的叫playAction这个bean没有正确注入,查看下配置文件,或者看下是否启动注解