Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jin-co committed Aug 27, 2023
1 parent aba8dfc commit f8c235c
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions React/test-housing/hh.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<ul id="list-of-contents">
<li>
<a style="font-size: 1.1rem" href="#spring-boot-structure"
>스프링부트 구조</a
>Spring Boot Structure</a
>
</li>
<li>
<a style="font-size: 1.1rem" href="#dependencies">필요 디펜던시들</a>
<a style="font-size: 1.1rem" href="#dependencies">Dependencies</a>
<ul>
<li>
<a href="#Spring-web">Spring-web</a>
Expand All @@ -17,14 +17,14 @@
</li>
<li>
<a style="font-size: 1.1rem" href="#project-structure-setup"
>프로젝트 구조 설정</a
>Setting Up the Project Structure</a
>
</li>
<li>
<a style="font-size: 1.1rem" href="#implementation">구현하기</a>
<a style="font-size: 1.1rem" href="#implementation">Implementation</a>
<ul>
<li>
<a style="font-size: 1.1rem" href="#entity">엔티티</a>
<a style="font-size: 1.1rem" href="#entity">Entity</a>
</li>
<li>
<a style="font-size: 1.1rem" href="#annotation">어노테이션</a>
Expand Down Expand Up @@ -86,6 +86,16 @@
>서비스 클래스 수정</a
>
</li>
<li>
<a style="font-size: 1.1rem" href="#h2-cascade"
>케스케이드</a
>
</li>
<li>
<a style="font-size: 1.1rem" href="#h2-fetch-type"
>펫치타입</a
>
</li>
<li>
<a style="font-size: 1.1rem" href="#h2-relations">관계추가하기</a>
<ul>
Expand All @@ -98,6 +108,9 @@
<li>
<a href="#h2-relations-one-to-many"> ▶ 1대 다 관계 </a>
</li>
<li>
<a href="#h2-relations-many-to-many"> ▶ 다대 다 관계 </a>
</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit f8c235c

Please sign in to comment.