框架网页有点乱跟这个有关系吗?
java.io.FileNotFoundException: class path resource [META-INF/xfire/services.xml] cannot be opened because it does not exist能帮我看看这个怎么解决吗?
框架网页有点乱跟这个有关系吗?
搜索更多相关主题的帖子:
框架网页 关系 java resource path
----------------解决方案--------------------------------------------------------
没有关系的`
你这个错误是没有发现文件的错误
class path resource [META-INF/xfire/services.xml] cannot be opened because it does not exist
这个是个路指 META-INF/xfire/services.xml 这径下没有 services.xml 这个文件
----------------解决方案--------------------------------------------------------