반응형
https://kimyhcj.tistory.com/259
@ModelAttribute, @RequestParam, @RequestBody, request.getParameter(), request.getAttribute()
Controller 에서 parameter를 받는 방법은 다양하다. httpServletRequset.getParameter(), 아주 일반적인 방법이다. @RequestMapping("/test") public String test(HttpServletRequest req) { String userId = req..
kimyhcj.tistory.com
반응형
'ETC' 카테고리의 다른 글
컴퓨터 파일 (바이너리 파일과 텍스트 파일) (0) | 2020.05.10 |
---|---|
구글 메일보내기 (0) | 2019.12.09 |
[linux] 백그라운드 실행 (0) | 2019.08.28 |
intelliJ svn 연동 (0) | 2019.08.07 |
Spring에서 @RequestParam과 @PathVariable (0) | 2019.07.17 |