# 设计模式 **Repository Path**: liulong99/design-pattern ## Basic Information - **Project Name**: 设计模式 - **Description**: 手写23种设计模式 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-30 - **Last Updated**: 2023-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 设计模式 #### 介绍 23种设计模式 #### 软件架构 每个模式中的Main类是运行类,main方法是运行方法 #### 安装教程 1. git clone https://gitee.com/liulong99/design-pattern.git #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request