[Spring Boot] Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported
|2023. 1. 28. 10:42
반응형
form 태그를 통해서 데이터를 Controller에 전달중에 생긴 이슈
파라미터로 @RequestBody어노테이션을 사용해서 생겼었는데 빼주니 해결 되었다.
반응형
'개발 중 이슈 > SpringBoot' 카테고리의 다른 글
[Spring Boot] Ambiguous mapping. Cannot map 'mainController' method (0) | 2023.01.27 |
---|---|
[Spring Boot] Path with "WEB-INF" or "META-INF" error (0) | 2023.01.26 |