Performance degradation after moving to jersey 2

隐身守侯 提交于 2019-12-05 00:28:43

By looking at your question I can not pin point the exact issue. But I can suggest you to check the following things:

  1. Check if there are any duplicate libraries/jars with different versions in your final build
  2. Check whether you have recommended Spring/jersey transitive dependency/jar versions in your final build

If you are using maven to build your project, then I suggest using the maven dependency tree plugin to check the above mentioned points.

- Chiru

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!