The ResourceConfig instance does not contain any root resource classes
Posted 幸福摩天轮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The ResourceConfig instance does not contain any root resource classes相关的知识,希望对你有一定的参考价值。
问题描述
当我们在使用 myeclipse 创建 Web Service Projects 项目后,运行项目然后就会出现这个问题。
解决方案
通过这个错误描述,我们项目没有找到这个资源。报错的原因在于我们创建 web 项目是自动生成的 web.xml 。
我的解决方案就是把这里删除就好了。
然后启动项目就不会有这个问题了。
以上是关于The ResourceConfig instance does not contain any root resource classes的主要内容,如果未能解决你的问题,请参考以下文章