๐ป Programming/Spring Boot
[Spring Boot] 3.4 ๋ฑ๋ก/์์ /์กฐํ API ๋ง๋ค๊ธฐ ์ค๋ฅ: org.springframework.web.client.RestClientException: Error while extracting response for type [class java.lang.Long] and content type [application/json;charset=UTF-8]
UPDATE ํ ์คํธ๋ฅผ ํ๋ ์ค์ ์ค๋ฅ๊ฐ ๋ฌ๋ค ํด๊ฒฐ๋ฐฉ๋ฒ: ์คํ ์์ @PutMapping("/api/v1/posts/{id}") v1์ vi๋ผ๊ณ ์คํ๋๋ค ์คํ ์ค๋ฅ์์ ๋จธ์ฑํ๋ ํญ์ ์ค๋ฅ๊ฐ ๋๋ฉด ์คํ๋จผ์ ํ์ธํด๋ณด์! ํ ์คํธ ์ฑ๊ณต - ์ฐธ๊ณ ์ฌ์ดํธ https://github.com/jojoldu/freelec-springboot2-webservice/issues/174 [์ค์ต๋ฌธ์] 110p.PostApiControllerTest ๋ฑ๋ก ํ ์คํธ · Issue #174 · jojoldu/freelec-springboot2-webservice ๊ธฐ์กด์ ์ฌ๋ผ์จ ์ง๋ฌธ์ด ์๋์ง ๋จผ์ ๊ฒ์ํด์ฃผ์ธ์! ์ด๋ค ์ค๋ฅ์ธ๊ฐ์? ์ค๋ฅ์ค๋ช : 110p.PostApiControllerTest ๋ฑ๋ก ํ ์คํธ ์คํจ ๋ฌธ์์ ๋๋ค. ์ฒ์ ์ค๋ฅ๋ฅผ ํ์ธ ํ..