반응형 model modelandview 차이1 [Spring Framework] Spring MVC : Model과 ModelAndView 차이 Model과 ModelAndView 차이 Model과 ModelAndView 차이 예제 1234567891011import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.ui.Model; @ControllerRequestMapping("/model")public String Model(Model model){ model.addAttribute("name", "임수빈"); return "model";}Colored by Color Scriptercs 예제123456789101112131415import org.spring.. 2018. 12. 28. 이전 1 다음 반응형