Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Nov 13, 2024
1 parent 5130163 commit f78f11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/zh/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Specification binding API for Spring Data JPA
<section>
<p class="lead mt-5"><h2>What is Specification Mapper?</h2></p>
<p>Specification Mapper 是一個協助構建 <a href='https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#specifications'>Specifications</a> 的工具, 它會讀取 POJO 的欄位, 並透過簡單且易記的註解, 將這些欄位的值轉換成 Specifications, 此外, Specification Mapper 提供多個擴展點, 以可以輕鬆擴展並實現自定義邏輯</p>
<p>在 Clean Architecture 架構, Specification Mapper 提供了一種方便的方式, 可以在任一 Layer 中轉換 POJO, 例如, 在 infrastructure layer 中, 即可以使用 Specification Mapper 將 domain object 轉換為 Specifications, 透過使用 Specification Mapper, 可以有效地管理層之間的依賴性, 實現清晰且有條理的程式架構, 增強代碼的可讀性和可維護性</p>
<p>在 Clean Architecture 架構, Specification Mapper 提供了一種方便的方式, 可以在任一 Layer 中轉換 POJO, 例如, 在 infrastructure layer 中, 可以使用 Specification Mapper 將 Domain Object 轉換為 Specifications, 透過使用 Specification Mapper, 可以有效地管理層之間的依賴性, 實現清晰且有條理的程式架構, 增強代碼的可讀性和可維護性</p>
</section>
</div>

Expand Down

0 comments on commit f78f11b

Please sign in to comment.