NoSuchMethodError: org.codehaus.jackson.type.JavaType

后端 未结 2 652
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-12 16:05

My application is throwing the error below, although I have in my app the jackson-core-asl-1.4.2 and jackson-mapper-asl-1.4.2

Cause         


        
2条回答
  •  死守一世寂寞
    2021-01-12 16:53

    This looks almost certainly to be due to incompatible versions of 'core' and 'mapper' jars. You probably have incompatible versions in use via classpath.

提交回复
热议问题