3 Star 12 Fork 38

北京凯特伟业科技有限公司 / jecloud-gateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

网关服务项目

项目简介

JECloud 网关管理模块,用于管理接入微服务体系的动态请求与路由,默认已实现URL路由、Header路由、参数路由、产品路由等。 其主要包括如下功能:

  • 接口鉴权
  • 接口限流
  • 服务路由
  • IP限制管理

环境依赖

Maven安装 (http://maven.apache.org/download.cgi)

Maven学习,请参考maven-基础

服务模块介绍

  • aggregate-tomcat: 服务聚合模块,使用SpringBoot插件构造应用Jar,默认使用tomcat。
  • gateway-service: 动态网关核心服务实现。

编译部署

使用maven生成对应环境的jar包,例: 生产环境打包

//开发环境打包
mvn clean package -Pdev -Dmaven.test.skip=true
//本地开发环境打包
mvn clean package -Plocal -Dmaven.test.skip=true
//测试环境打包
mvn clean package -Ptest -Dmaven.test.skip=true
//生产环境打包
mvn clean package -Pprod -Dmaven.test.skip=true

开源协议

JECloud主目录

JECloud 微服务架构低代码平台(点击了解更多)

MIT License Copyright (c) 2023 北京凯特伟业科技有限公司 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

JECloud低代码平台动态网关服务项目 展开 收起
Java 等 2 种语言
MIT
取消

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/ketr/jecloud-gateway.git
git@gitee.com:ketr/jecloud-gateway.git
ketr
jecloud-gateway
jecloud-gateway
master

搜索帮助