Spring- 주요 어노테이션,매개변수,반환형

김재령·2022년 2월 28일
0

SpringFramework

목록 보기
9/12

어노테이션

@Controller ☆
@RequestMapping
@GetMapping ☆
@PostMapping ☆
@RequestParam
@ModelAttribute
@PathVariable

매개변수 가능한 자료형

primitive
String
HttpServletRequest
HttpSession
DTO ☆
Model ☆
ModelAndView

반환형 가능한 자료형

void
String ☆
ModelAndView

profile
with me

0개의 댓글