백지부터 시작하는 이세계 코딩 생활
Spring Web MVC 공식 페이지 본문
https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html
Web on Servlet Stack
This part of the reference documentation covers support for Servlet stack, WebSocket messaging that includes raw WebSocket interactions, WebSocket emulation through SockJS, and publish-subscribe messaging through STOMP as a sub-protocol over WebSocket. 4.1
docs.spring.io
Web on Servlet Stack
1. Spring Web MVC ++
https://docs.spring.io/spring/docs/3.2.x/spring-framework-reference/html/mvc.html
17. Web MVC framework
@RequestMapping(method = RequestMethod.POST) public String processSubmit(@ModelAttribute("pet") Pet pet, Model model, BindingResult result) { … } Note, that there is a Model parameter in between Pet and BindingResult. To get this working you have to reor
docs.spring.io
웹 MVC 프레임 워크
1. Spring Web MVC 프레임 워크 소개++
'Spring > Spring MVC pattern' 카테고리의 다른 글
page to page (0) | 2020.08.24 |
---|---|
Spring MVC 패턴에 대해 알기 (0) | 2020.08.21 |