# 设计模式 **Repository Path**: runnable_repository/design_pattern ## Basic Information - **Project Name**: 设计模式 - **Description**: 简单运用Java24种设计模式 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 设计模式 #### 介绍 简单运用Java24种设计模式 1. 创建型模式(5种) ([工厂方法模式](https://gitee.com/runnable_repository/design_pattern/blob/master/src/java/com/runnable/Factory.java)) 2. 结构型模式(7种) 3. 行为型模式(11种)