1条回答 默认 最新
parasis 2017-12-05 11:13关注把xstream的依赖换成如下
<dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.4.10</version> </dependency>如果不行 把你pom.xml贴上来
解决 无用评论 打赏 举报
把xstream的依赖换成如下
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.10</version>
</dependency>
如果不行 把你pom.xml贴上来