반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- mapping corresponding
- memory변수명 변경
- BindingResult
- @Controller
- 김영한
- memory 정리
- abap
- 구글 보안 api 활용
- n+1
- jpa
- optional
- Validation
- value base corresponding
- abap value in field Data Class error
- SpringMVC
- new syntax
- abap면접
- .orelseThrow
- application-properties
- sap memory
- spring
- SAP
- Testcode
- for all entries in
- 신문법 abap
- MVC
- abap memory
- springSecurityFilterChain 오류
- controller
- spring MVC
Archives
- Today
- Total
목록Spring boot 기능 (1)
SAP공장

# 인프런 김영한의 스프링 MVC 1편 - 백엔드 웹 개발 핵심 기술을 개인적으로 정리한 글입니다. 정리 1. @RequestMapping 왜써? Spring boot는 HanlderMapping과 HandlerAdapter를 탑재하고있어 HandlerMapping과 HandlerAdapter를 구현하기위해서 사용해! HandlerMapping 과 HanlderAdapter는 RequestMappingHandlerxxx 시리즈를 가장 먼저 탐색하는데 @RequestMapping이 RequestMappingHandlerxxx 시리즈를 가지고 있어! (핸들러 기능과 아답터 기능을 보유) 2. @Controller는 왜 사용할까? Spring boot는 ViewResolver를 탑재하고있어 저기 viewRes..
[WEB]Back-end/Spring MVC
2022. 2. 14. 17:21