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