在Spring上下文中使用XStream有一个问题。我们使用了以下依赖项的版本:spring-boot-dependencies:2.1.2.RELEASE at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1467)
at com.thou
我正在开发Spring +批处理示例,其中从customer.csv文件读取客户数据。在读取数据时,我得到的数据低于错误。看起来,我需要使用unmarshall转换来实现客户的Xstream。(XStreamMarshaller.java:851) ~[spring-oxm-5.1.3.RELEASE.jar:5.1.3.RELEASE]
at org.springframework.oxm.xstream.XStreamMarshaller.doUnmarshal(AbstractMarshaller.java: