반응형
[2m2024-05-13T19:07:05.618+09:00[0;39m [33m WARN[0;39m [35m4376[0;39m [2m---[0;39m [2m[wizian] [nio-3000-exec-5][0;39m [2m[0;39m[36m.w.s.m.s.DefaultHandlerExceptionResolver[0;39m [2m:[0;39m Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/x-www-form-urlencoded;charset=UTF-8' is not supported]
axios 부분에 아래 코드를 추가해준다.....
methods: {
fetchTestResult(answers) {
axios.post('http://localhost:3000/api/getTestResult', JSON.stringify(answers), {
headers: {
'Content-Type': 'application/json'
}
})
반응형
'프로그래밍' 카테고리의 다른 글
글쓰기 에디터 Quill Editor (0) | 2024.05.27 |
---|---|
[vue3 + spring boot] 클라이언트와 서버 형식이 다를 때 (0) | 2024.05.14 |
vue3 달력 라이브러리 (vue3-datepicker) 오늘 이전 날짜 비활성화 (0) | 2024.05.09 |
[github] 저장소(repository) 삭제 방법 (0) | 2024.04.22 |
[github] 깃허브 꾸미기 (배지, 스탯 위젯, 헤더) (0) | 2024.04.21 |
댓글