Skip to content

Commit

Permalink
내용 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese10yun committed Oct 25, 2024
1 parent e398aaf commit e904a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
* [Error Response 서버로 전달하기](https://github.com/cheese10yun/blog-sample/blob/master/msa-error-response/README.md)
* [HTTP Client 책임 분리하기](https://github.com/cheese10yun/blog-sample/blob/master/msa-error-response/docs/http-client.md)
* [MySQL Connection Pool 관리 - HikariCP 설정 및 타임아웃 처리](https://github.com/cheese10yun/blog-sample/blob/master/kotlin-coroutine/mysql-connection-pool.md)
* [Spring Boot에서 HikariCP로 MySQL Connection Pool 최적화하기](https://github.com/cheese10yun/blog-sample/blob/master/kotlin-coroutine/mysql-connection-pool-2.md)

## 운영체제
* [운영체제 기초](https://github.com/cheese10yun/TIL/blob/master/OS/%EC%9A%B4%EC%98%81%EC%B2%B4%EC%A0%9C_%EA%B8%B0%EC%B4%88.md)
Expand Down
2 changes: 1 addition & 1 deletion draw/.$draw.xml.bkp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
</mxGraphModel>
</diagram>
<diagram id="FkUksOgjOuC2raztR2D3" name="mysql">
<mxGraphModel dx="3019" dy="-1395" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<mxGraphModel dx="3252" dy="-1345" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="419t0VI0NMIxewwt9HxO-0" />
<mxCell id="419t0VI0NMIxewwt9HxO-1" parent="419t0VI0NMIxewwt9HxO-0" />
Expand Down
2 changes: 1 addition & 1 deletion draw/draw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
</mxGraphModel>
</diagram>
<diagram id="FkUksOgjOuC2raztR2D3" name="mysql">
<mxGraphModel dx="3019" dy="-1395" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<mxGraphModel dx="3252" dy="-1345" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="419t0VI0NMIxewwt9HxO-0" />
<mxCell id="419t0VI0NMIxewwt9HxO-1" parent="419t0VI0NMIxewwt9HxO-0" />
Expand Down

0 comments on commit e904a4b

Please sign in to comment.