# design-patterns **Repository Path**: studyinghome/design-patterns ## Basic Information - **Project Name**: design-patterns - **Description**: 设计模式总结 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-10 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java-design-patterns ## java设计模式 [![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/opensourcefamily/design-patterns/blob/master/LICENSE) 1. [strategy-pattern](https://github.com/opensourcefamily/design-patterns/tree/master/strategy-pattern) (策略模式) 2. [proxy-pattern](https://github.com/opensourcefamily/design-patterns/tree/master/proxy-pattern) (代理模式) 3. [singleton-pattern](https://github.com/opensourcefamily/design-patterns/tree/master/singleton-pattern) (单例模式) 4. [multition-pattern](https://github.com/opensourcefamily/design-patterns/tree/master/multition-pattern) (多例模式) 5. [factory-method-pattern](https://github.com/opensourcefamily/design-patterns/tree/master/factory-method-pattern) (工厂方法模式) 6. [abstract-factory-pattern](https://github.com/opensourcefamily/design-patterns/tree/master/abstract-factory-pattern) (抽象工厂模式) 7. [facade-pattern](https://github.com/opensourcefamily/design-patterns/tree/master/facade-pattern) (外观模式)