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 | 29 |
| 30 |
Tags
- 핑거스타일
- pip
- Docker
- Visual Studio
- 오류
- YOLO
- label
- Numpy
- windows forms
- C
- Linux
- VS Code
- 기타 연주
- OpenCV
- paramiko
- 컨테이너
- pandas
- 채보
- Selenium
- 프로그래머스
- mysql
- ubuntu
- C#
- C++
- error
- JSON
- SSH
- pytorch
- nvidia-smi
- Python
Archives
- Today
- Total
목록get (1)
기계는 거짓말하지 않는다
아래는 오류 메시지이다. 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