摘要: 问题: 在整合spring+cxf时报错java.util.Map is an interface, and JAXB can't handle interfaces. 解决方法: 将服务端的services接口返回的Map类型的值改为HashMap. 因为在做webService复杂类型值传递时, 阅读全文
posted @ 2016-10-20 10:00 Revel 阅读(568) 评论(0) 推荐(0) 编辑