java.io.FileNotFoundException: class path resource [META-INF/xfire/services.xml] cannot be opened because it does not exist

解决办法:

META-INF目录下面新建一个xfire文件夹,把services.xml文件放到这个文件夹里,再将整个META-INF拷贝到WEB-INF中

clean一下工程重新加载后启动服务就可以了

相关文章:

  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2021-08-06
  • 2022-12-23
猜你喜欢
  • 2021-10-19
  • 2021-09-04
  • 2021-10-20
  • 2021-06-27
  • 2021-10-19
  • 2020-01-07
  • 2021-11-04
相关资源
相似解决方案