Skip to content

pulllock/APIGateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APIGateway

APIGateway API网关项目,从头开始实现一个APIGateway,用来学习API网关的设计和实现。

文档列表

运行

  1. 启动Zookeeper
  2. 启动Redis
  3. 启动mysql,执行sql目录下的schema.sql和data.sql
  4. 可使用APIGateway-core中的fun.pullock.agw.utils.CodecUtil示例,加密和解密请求数据
  5. 启动APIGateway-sample中的示例Dubbo Provider项目
  6. 启动APIGateway-core
  7. 使用第三步中的URL和加密data,POST方式请求接口
  8. 返回加密的数据,可以根据实际情况使用CodecUtil解密

About

APIGateway API网关项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages