Skip to content

Commit

Permalink
单例模式、建造者模式
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiang0927 committed Jun 11, 2019
1 parent ad53cb7 commit 4a3e871
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pattern/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

## 如何实现一个建造者模式

```
/**
* @author jiangtao
* @version V1.0
Expand Down Expand Up @@ -402,9 +404,11 @@ public class ResponseBuilderTest {
System.out.println("微信响应报文:"+wxResponseBody.toString());
}
}

```


这段代码的输出如下:
```
银行卡响应报文:
Expand Down

0 comments on commit 4a3e871

Please sign in to comment.