본문 바로가기
Java 웹 프로그래밍

호다닥 정리할것들 모음

by irerin07 2021. 5. 8.
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