Error 500: javax.servlet.ServletException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'handService': Invocation of init method failed; nested exception is javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException
这应该和CXF没关系,是你自己一个叫handService的类没有申明,在配置文件里申明一下,或是在类上加上@service注解