728x90
1. 서비스 순환참조의 해결 방법
- 우리는 레이어를 하나 더 추가하는 방식으로 해결을 하는데 그 외에는 어떤 방식이 있는지
2. @RequestHandlerMapping
- isHandler
- 빈으로 등록된 @Component들 중에 Controller 혹은 RequestMapping 어노테이션이 붙어 있는지 확인하고 붙어 있다면 핸들러로 인식한다.
3. Serlvet vs Spring
4. Spring vs SpringBoot
5. Spring Application Context
- WebTestClient
6. async-profiler
7. Jackson Object Mapper
8. 테스트 커버리지
9. Controller vs RestController
- RestController를 까보면 @Controller와 @ResponseBody가 달려있다
10. 메세지 컨버터
11. RequestMappingHandlerAdapter
12. ArgumentResolver
13. ReturnValueHandler
14. HttpMessageConverter
728x90
'Java 웹 프로그래밍' 카테고리의 다른 글
15일차 강의 후기 (0) | 2022.02.07 |
---|---|
IntelliJ "Could not target platform" 에러 (0) | 2021.05.13 |
백기선 자바스터디 10주차 (1) | 2021.02.27 |
AllArgsConstructor, RequiredArgsConstructor에 staticName 옵션을 이용한 static factory 메소드 생성 (0) | 2021.02.14 |
[백기선 온라인 스터디] 3주차 과제 (0) | 2021.02.02 |