jQuery나 스크립트로 JSON데이터를 받아오는데 406에러가 난다면 jackson라이브러리를 추가시켜주면 된다.
pom.xml
<!-- jackson core -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9</version>
</dependency>
'error > Spring' 카테고리의 다른 글
java.lang.ClassNotFoundException 에러 해결 방법 (6) | 2020.10.07 |
---|---|
[스프링 Error] org.json.simple.JSONObject cannot be cast to net.sf.json.JSONObject (0) | 2019.10.11 |
ajax로 list넘길때 406에러 (0) | 2019.09.20 |
파일 업로드시 Unable to process parts as no multi-part configuration has been provided 에러 (0) | 2019.06.21 |
스프링 Mybatis 에러 :: getCLOB not implemented for class oracle.jdbc.driver.T4CLongAccessor (0) | 2019.05.10 |