Spring 구동순서
구동순서 web.xml이 로딩됨 tomcat에의해 ContextLoaderListener 생성 내가 생각하는 Stream 이란?? 자바 Collection을 Fram...
구동순서 web.xml이 로딩됨 tomcat에의해 ContextLoaderListener 생성 내가 생각하는 Stream 이란?? 자바 Collection을 Fram...
1. Dispatcher Servlet이란?? FrontController + RequestDispatcher 이다. DispatcherServlet이 자동생성되어 질 때 수 많은 객체가 Ioc된다. 보통 필터들이며, 해당 필터들은 내가 직접 등록할 수 도...
RequiredArgsConstructor 란?? 생성자를통한 의존성주입을 간결하게 설정하는 애노테이션이다.
평판 SES에는 “평판” 이라는 개념이존재, 평판은 반송율과 수신거부율로 정해지는데 권장사항으로는 반송율은 5% 미만, 수신거부율은 0.1% 미만이여야 함.
ResponseEntity ? In Spring, ResponseEntity is a class that represents the entire HTTP response and is derived from the HttpEntity class. 전체 HTTP 응답을 나타내는 ...