-
@ModelAttribute자바 및 spring boot 2020. 6. 16. 17:20
https://engkimbs.tistory.com/694
[Spring] @ModelAttribute 및 중첩 커맨드 객체, Model & ModelAndView
| @ModelAttribute @ModelAttribute는 스프링에서 JSP파일에 반환되는 Model 객체에 속성값을 주입하거나 바인딩할 때 사용되는 어노테이션이다. 컨트롤러(Controller) 객체에서 2가지 방법으로 사용된다. @Mode
engkimbs.tistory.com
'자바 및 spring boot' 카테고리의 다른 글
annotation (0) 2020.07.02 thymeleaf (0) 2020.07.01 @Autowired (0) 2020.06.16 mybatis resultMap이란 (0) 2020.06.15 lombok (0) 2020.06.15