提交xml转object 代码 ,使用jaxb 注解。同时忽略未知字段

This commit is contained in:
zhouxiunai
2018-12-07 18:46:43 +08:00
parent 63ffe59fd4
commit 5cbeb9a36b
4 changed files with 10 additions and 11 deletions
+1 -6
View File
@@ -92,12 +92,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
</dependency>
</dependencies>
<build>