mp 23.08.08

OH オハ~~~オッス!!·2023년 8월 8일
  • Spuring = @ 애너테이션 프로그램 = @애너테이션은 기능(함수임)

-Model
-ModelAndView

Model 객체 = 스프링이 넣어준다

Bean = Pojo = command 객체 = VO객체 = Dto객체

*WebApplicationContext

@Controller
@RequestMapping
@GetMapping
@RequestMapping(value = "/update )

3.command 객체를 이용하는 방법

  • 내부동작
  • MemberVO memberVO = new MemberVO();
  • memberVO.setId(request.getParameter("id")
profile
現在俺の人生(時間)は暗記だ!暗記だけが道だ!!

1개의 댓글

comment-user-thumbnail
2023년 8월 8일

잘 봤습니다. 좋은 글 감사합니다.

답글 달기