From e8566be6557de34a159c9c70f48878e63bc7388d Mon Sep 17 00:00:00 2001 From: linwaiwai Date: Mon, 26 Oct 2020 11:37:07 +0800 Subject: [PATCH 1/4] update github readme pic by replacing the links from the new-opened issue to solve the broken links --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 955b341..eaf9993 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Managerment API Gateway in Java . Fizz Gateway 是一个基于 Java开发的 ## Fizz的设计 - + ## 产品特性 @@ -147,7 +147,7 @@ Fizz官方技术交流②群(已满) Fizz官方技术交流③群:512164278 -![](https://github.com/wehotel/fizz-gateway-community/blob/master/docs/fizz_qq_group.png) +![](https://user-images.githubusercontent.com/184315/97130743-3572d100-177d-11eb-97c8-7599a22c7c04.png) @@ -169,12 +169,12 @@ Fizz官方技术交流③群:512164278 ## 系统截图 -![](https://github.com/wehotel/fizz-gateway-community/blob/master/docs/ui_intro_aggr1.png) +![](https://user-images.githubusercontent.com/184315/97131368-f5ace900-177e-11eb-9e00-24e73d4e24f5.png) -![](https://github.com/wehotel/fizz-gateway-community/blob/master/docs/ui_intro_aggr2.png) +![](https://user-images.githubusercontent.com/184315/97131376-f9407000-177e-11eb-8c17-4922b3df5d48.png) -![](https://github.com/wehotel/fizz-gateway-community/blob/master/docs/ui_intro_appid.png) +![](https://user-images.githubusercontent.com/184315/97131378-f9d90680-177e-11eb-92b4-6fc67550daca.png) -![](https://github.com/wehotel/fizz-gateway-community/blob/master/docs/ui_intro_plugin.png) +![](https://user-images.githubusercontent.com/184315/97131381-fba2ca00-177e-11eb-9e59-688dafa76aea.png) -![](https://github.com/wehotel/fizz-gateway-community/blob/master/docs/ui_intro_route.png) \ No newline at end of file +![](https://user-images.githubusercontent.com/184315/97131382-fc3b6080-177e-11eb-908a-a5ffc8b08459.png) \ No newline at end of file From 711a238044d2a9f4029d40648847d42edf761a76 Mon Sep 17 00:00:00 2001 From: linwaiwai Date: Mon, 26 Oct 2020 12:41:31 +0800 Subject: [PATCH 2/4] create build action to add badge to readme --- .github/workflows/maven.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 0000000..1418293 --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,27 @@ +# This workflow will build a Java project with Maven +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven + +name: Java CI with Maven + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + paths-ignore: + - README.md + - .gitignore + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build with Maven + run: mvn -B package --file pom.xml From e28a0b836686ca4e950f6b3b531fdcd7cc009bcb Mon Sep 17 00:00:00 2001 From: linwaiwai Date: Mon, 26 Oct 2020 12:46:27 +0800 Subject: [PATCH 3/4] add badges --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index eaf9993..4f58ea8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +

Welcome to Fizz Gateway

+

+ Version + + Documentation + + + License: GPL--3.0 + + + Java CI with Maven + +

+ A Managerment API Gateway in Java . Fizz Gateway 是一个基于 Java开发的微服务网关,能够实现热服务编排、自动授权选择、线上服务脚本编码、在线测试、高性能路由、API审核管理等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行API服务治理、减少中间层胶水代码以及降低编码投入、提高 API 服务的稳定性和安全性。 ## Fizz的设计 From 14df161ca11435195d579f9b8823bf042992ced9 Mon Sep 17 00:00:00 2001 From: Francis Dong Date: Mon, 26 Oct 2020 14:35:03 +0800 Subject: [PATCH 4/4] docs: add maven build command to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f58ea8..a70bac8 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ server { 脚本启动: -1. 下载fizz-gateway-community的最新代码,修改application.yml配置文件里eureka、redis的配置,使用maven构建好并把构建好的fizz-gateway-community-1.0.0.jar和boot.sh放同一目录 +1. 下载fizz-gateway-community的最新代码,修改application.yml配置文件里eureka、redis的配置,使用maven命令`mvn clean package -DskipTests=true`构建并把构建好的fizz-gateway-community-1.0.0.jar和boot.sh放同一目录 2. 修改boot.sh脚本的apollo连接,JVM内存配置 3. 执行 `./boot.sh start` 命令启动服务,支持 start/stop/restart/status命令