Skip to content

Commit

Permalink
fix wrong image url
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jonghoonpark committed Sep 30, 2023
1 parent 63c2081 commit c9079e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ MessageBus와 IBus 인터페이스 둘 다 프로젝트 코드베이스에 속
IBus는 메시지 버스 SDK 라이브러리(제 3자 제공) 위에 있는 래퍼다.

이 구조를 나타내면 다음과 같다.
![hexagonal-architecture-dialog](/assets/images/2023-09-21-9%EC%9E%A5-%EB%AA%A9-%EC%B2%98%EB%A6%AC%EC%97%90-%EB%8C%80%ED%95%9C-%EB%AA%A8%EB%B2%94-%EC%82%AC%EB%A1%80/hexagonal-architecture-diagram.png)
![hexagonal-architecture-dialog](/assets/images/2023-09-21-9장-목-처리에-대한-모범-사례/hexagonal-architecture-diagram.png)

IBus는 컨트롤러와 메시지 버스 사이의 타입 사슬에서 마지막 고리이다.
따라서 IMessageBus 대신 IBus를 목으로 처리하면 회귀 방지를 극대화 할 수 있다.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-09-24-xUnit-테스트-패턴-소개.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ date: 2023-09-24 17:30:00 +0900

xUnit 테스트 패턴 - 제라드 메스자로스

## ![book cover](/assets/images/2023-09-24-xUnit-테스트-패턴-목차/book-cover.jpg)
## ![book cover](/assets/images/2023-09-24-xUnit-테스트-패턴-소개/book-cover.jpg)

---

Expand Down

0 comments on commit c9079e8

Please sign in to comment.