1 Star 0 Fork 0

hzwy23 / gateway

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
README.md 922 Bytes
Copy Edit Web IDE Raw Blame History
hzwy23 authored 2020-05-12 23:41 . update

API 网关

Go SDK > 1.11

获取代码并运行(go mod 管理项目)

git clone https://github.com/hzwy23/gateway.git
cd gateway
go mod tidy
go run main.go

配置介绍

server:
    port: 8790
    contextPath: /
    timeout: 10
    host:
registerCenter:
    refreshFrequency: 30
    eureka:
        serviceUrls: [ http://localhost:8761 ]
router:
    gateway:
        ignoredPatterns: [ /gateway, /js, /css ]
        sensitiveHeaders: [Cookie]
        routers:
            user:
                path: /map/**
                serviceId: map
                stripPrefix: true
                timeout: 30
            ai:
                path: /gitchat/**
                url: https://gitbook.cn
                stripPrefix: false
                timeout: 5

测试地址:

 http://localhost:8790/gitchat/columns/category/5d8b7c3786194a1921979123?page=1
Go
1
https://gitee.com/hzwy23/gateway.git
git@gitee.com:hzwy23/gateway.git
hzwy23
gateway
gateway
master

Search

10d9f8b4 4838521 8bde8327 4838521