cxf 服务端启动 报错ServiceConstructionException parameters cannot be mapped to schema
作者:互联网
cxf 服务端启动 报错ServiceConstructionException parameters cannot be mapped to schema
检查后发现是实体类上忘了加@XmlRootElement注解
加上后启动正常
标签:parameters,cannot,报错,mapped,ServiceConstructionException,服务端 来源: https://blog.51cto.com/u_13585440/2706538