标签: java xml xsd-validation
在我的Spring Boot Rest API中,我正在调用外部Rest API并获得XML响应。现在,我想针对xsd验证响应。 xsd包含在application.properties文件中定义。如何实现呢?任何建议或代码段都将有所帮助。