# gateway-demo **Repository Path**: jayhu/gateway-demo ## Basic Information - **Project Name**: gateway-demo - **Description**: api网关的简单实现 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-17 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #gateway-demo 简单的api网关实现 1.支持路径配置,支持表达式 2.支持根据配置路径限流 3.支持filter spi扩展 4.支持filter 动态加载