# design-pattern **Repository Path**: guozi/design-pattern ## Basic Information - **Project Name**: design-pattern - **Description**: Java设计模式学习代码 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-28 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 23种设计模式 ###1.单例模式(singlenton) ###2.简单工厂方法模式(simpleFactory)