SEVERE: Context initialization failed
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.it.service.imp.ChukuOrderServiceImp] for bean with name 'cksv' defined in ServletContext resource [/WEB-INF/applicationContext-chukuOrder.xml]; nested exception is java.lang.ClassNotFoundException: com.it.service.imp.ChukuOrderServiceImp
加载出问题了吧CannotLoadBeanClassException,bean类异常
[/WEB-INF/applicationContext-chukuOrder.xml]配置信息检查一下,是否写错了
实例化出错了,看看路径啊,配置啊等是否有问题