# gateway-demo **Repository Path**: TZWw/gateway-demo ## Basic Information - **Project Name**: gateway-demo - **Description**: springboot整合gateway 的demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-10-24 - **Last Updated**: 2024-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### SpringBoot整合Gateway Demo service-demo为服务提供者,application.yml文件为放到配置中心的内容 ![img_1.png](img_1.png) Gateway为网关服务,application.yml文件为放到配置中心的内容 ![img.png](img.png) service-demo的直接访问方式为 ``` localhost:8888/test ``` ![img_2.png](img_2.png) 通过Gateway访问的方式为 ``` http://localhost:8081/springboottest/test ``` ![img_3.png](img_3.png)