Java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/exc/InvalidDefinitionException

后端 未结 6 1890
花落未央
花落未央 2020-12-01 11:54

I have updated my dependecies like you said in your comment and i have this now :

org.springframework.context.ApplicationContextException: Unable to start em         


        
6条回答
  •  醉梦人生
    2020-12-01 12:02

    Worked by lowering the spring boot starter parent to 1.5.13

    
        org.springframework.boot
        spring-boot-starter-parent
        1.5.13.RELEASE
         
    
    

提交回复
热议问题