Q&A
ERROR null로 출력되는 문제
제가 ServletExController에 @GetMapping("/error-404") public void error404(HttpServletResponse response) throws IOException { response.sendError(404, "404 오류!"); } @GetMapping("/error-500") public void error500(HttpServletResponse response) throws IOException { response.sendError(500); } 를 안넣었었네요 ㅠㅠ
- いいね数
- 0
- コメント数
- 2
- 閲覧数
- 1219

