Jackson issue in Spring.MVC on WildFly server

泪湿孤枕 提交于 2019-12-02 10:05:03

You should do one thing go inside the wildfly server

\wildfly-8.2.0.Final\modules\system\layers\base\com\fasterxml\jackson\core then go inside check your jar versions it should be 2.8 or above for all core libs. jackson-annotations-2.8.0.jar jackson-core-2.8.3.jar jackson-databind-2.8.3.jar

And change for all jars versions mapping inside the module.xml with latest version name like this

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