406 Spring MVC Json, not acceptable according to the request “accept” headers

后端 未结 6 692
攒了一身酷
攒了一身酷 2020-12-05 19:39

have following details in my pom.xml

    
        org.codehaus.jackson
        jackson-cor         


        
6条回答
  •  抹茶落季
    2020-12-05 20:22

    Use below dependency in your pom working with spring 4.

    
        com.fasterxml.jackson.core
        jackson-databind
        2.5.3
    
    

提交回复
热议问题