Handler dispatch failed;java.lang.NoClassDefFoundError:com/fasterxml/jackson/databind/ObjectMapper
·
此信息为spring和jackson相关版本不兼容
我使用的是Spring4.3.2版本,把本地jsckson版本升到2.7.5以上或者更高即可
Spring为4.3.2兼容jackson版本为2.7.5和更高版本,相关依赖如下:
< dependency >
< groupId > com.fasterxml.jackson.core </ groupId >
< artifactId > jackson-core </ artifactId >
< version > 2.7.5 </ version >
</ dependency >
< dependency >
< groupId > com.fasterxml.jackson.core </ groupId >
< artifactId > jackson-annotations </ artifactId >
< version > 2.7.5 </ version >
</ dependency >
< dependency >
< groupId > com.fasterxml.jackson.core </ groupId >
< artifactId > jackson-databind </ artifactId >
< version > 2.7.5 </ version >
</ dependency >
< dependency >
< groupId > org.codehaus.jackson </ groupId >
< artifactId > jackson-mapper-asl </ artifactId >
< version > 1.9.4 </ version >
</ dependency >
< dependency >
< groupId > org.codehaus.jackson </ groupId >
< artifactId > jackson-core-asl </ artifactId >
< version > 1.9.4 </ version >
</ dependency >
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)