Skip to content

Commit 55fd0c6

Browse files
committed
docs: null safety, spring 추가
1 parent 5a5f890 commit 55fd0c6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,12 @@
718718
</p>
719719
</details>
720720

721+
<details>
722+
<summary>자바에서 null을 안전하게 다루는 방법에 대해 설명해주세요.</summary>
723+
</br>
724+
<p></p>
725+
</details>
726+
721727
#### Spring
722728

723729
<details>
@@ -810,6 +816,24 @@
810816
<p></p>
811817
</details>
812818

819+
<details>
820+
<summary>Filter는 Servlet의 스펙이고, Interceptor는 Spring MVC의 스펙입니다. Spring Application에서 Filter와 Interceptor를 통해 예외를 처리할 경우 어떻게 해야 할까요?</summary>
821+
</br>
822+
<p></p>
823+
</details>
824+
825+
<details>
826+
<summary>Spring Application을 구동할 때 메서드를 실행시키는 방법에 대해 설명해주세요.</summary>
827+
</br>
828+
<p></p>
829+
</details>
830+
831+
<details>
832+
<summary>의존성과 설정값을 생성자 인자로 주입해야 하는 이유에 대해 설명해주세요.</summary>
833+
</br>
834+
<p></p>
835+
</details>
836+
813837
#### JPA
814838

815839
<details>

0 commit comments

Comments
 (0)