java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.ObjectWriter.forType

前端 未结 2 1728
天涯浪人
天涯浪人 2021-01-17 01:34

when accessing the deployed spring boot application in weblogic , I am getting the below exception

java.lang.NoSuchMethodError: com.fasterxml.jackson.databin         


        
2条回答
  •  伪装坚强ぢ
    2021-01-17 02:28

    It should work with this weblogic.xml entry

    
    
        /v7
        
            
                org.slf4j.*
                org.springframework.*
                com.fasterxml
            
        
    
    

提交回复
热议问题