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

后端 未结 6 1901
花落未央
花落未央 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:18

    I also have the same error. I have updated the jackson library version and error has gone.

    
            
                com.fasterxml.jackson.core
                jackson-databind
                2.9.4
            
    
            
                com.fasterxml.jackson.core
                jackson-annotations
                2.9.4
            
        
    

    and also check your data classes that have you created getters and setters for all the properties.

提交回复
热议问题