Caused by: java.io.FileNotFoundException: class path resource [META-INF/cxf/cxf-extension-soap.xml] cannot be opened because it does not exist
用的最新版本,这个版本中 cxf-extension-soap.xml 不需要了直接在配置文件中删除即可

现在只需要引两个文件

 <import resource="classpath:META-INF/cxf/cxf.xml"/>
 <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>

 

相关文章:

  • 2021-06-17
  • 2021-07-10
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
猜你喜欢
  • 2021-07-31
  • 2021-05-18
  • 2021-05-24
  • 2022-12-23
  • 2021-05-19
  • 2021-04-25
相关资源
相似解决方案