Skip to content

Commit

Permalink
Merge pull request Snailclimb#1808 from kuluqi163/patch-2
Browse files Browse the repository at this point in the history
Update spring-design-patterns-summary.md
  • Loading branch information
Snailclimb authored Aug 26, 2022
2 parents 57bc0db + ca01f50 commit a3c7fc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public class DemoPublisher {

## 适配器模式

适配器模式(Adapter Pattern) 将一个接口转换成客户希望的另一个接口,适配器模式使接口不兼容的那些类可以一起工作,其别名为包装器(Wrapper)
适配器模式(Adapter Pattern) 将一个接口转换成客户希望的另一个接口,适配器模式使接口不兼容的那些类可以一起工作。

### spring AOP中的适配器模式

Expand Down

0 comments on commit a3c7fc7

Please sign in to comment.