Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Python
- LIST
- JSON
- SSH
- paramiko
- Selenium
- C++
- Numpy
- pytorch
- YOLO
- Visual Studio
- OpenCV
- Docker
- mysql
- pandas
- 오류
- 채보
- C
- 핑거스타일
- label
- 프로그래머스
- pip
- C#
- windows forms
- Linux
- error
- 기타 연주
- ubuntu
- 컨테이너
- VS Code
Archives
- Today
- Total
목록get (1)
기계는 거짓말하지 않는다
Controller Get, Post 오류
아래는 오류 메시지이다. WARN 29148 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported] 또는 Request method 'POST' not supported 여러가지 이유가 있지만 근본적인 원인은 Controller가 @RestController 라면 @PostMapping 또는 @GetMapping 과 @Controller 라면 @RequestMapping 의 RequestMethod.POST or GET 사용시 HTML의 데이터를 보내..
Web/Spring Boot
2020. 12. 2. 22:09