parsing XML document from class path resource [cla]; nested exception is java.io.FileNotFoundException: class path resource [cla] cannot be opened because it does not exist
普通项目将xml放在src目录下;maven项目xml放在src/main(test)/java目录下
资源的配置文件路径有问题