질문&답변
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
- 조회수
- 1217





