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
- mysql
- Python
- label
- 채보
- C++
- nvidia-smi
- 핑거스타일
- SSH
- pytorch
- JSON
- 기타 연주
- windows forms
- 오류
- pandas
- error
- Selenium
- Visual Studio
- pip
- C
- YOLO
- Linux
- 컨테이너
- Docker
- OpenCV
- VS Code
- Numpy
- C#
- 프로그래머스
- ubuntu
- paramiko
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