From a5794cf081df9b53783ee875f95ccb287c74eef5 Mon Sep 17 00:00:00 2001
From: hongqiaowei
-
+
@@ -128,6 +128,7 @@ Starting from v1.3.0, the frontend and backend of the management backend are mer
| v2.6.5 | v2.6.5 |
| v2.6.6 | v2.6.6 |
| v2.7.0 | v2.7.0 |
+| v2.7.1 | v2.7.1 |
Please download the corresponding management backend version according to the version of the community version
diff --git a/README.md b/README.md
index 3cecc67..422432f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-
+
@@ -130,6 +130,7 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path]
| v2.6.5 | v2.6.5 |
| v2.6.6 | v2.6.6 |
| v2.7.0 | v2.7.0 |
+| v2.7.1 | v2.7.1 |
请根据社区版的版本下载对应的管理后台版本
diff --git a/docker-compose.yml b/docker-compose.yml
index 0c999fc..77d39ae 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.6"
services:
fizz-mysql:
- image: "fizzgate/fizz-mysql:2.7.0"
+ image: "fizzgate/fizz-mysql:2.7.1"
container_name: fizz-mysql
restart: always
hostname: fizz-mysql
@@ -27,7 +27,7 @@ services:
- fizz
fizz-gateway-community:
- image: "fizzgate/fizz-gateway-community:2.7.0"
+ image: "fizzgate/fizz-gateway-community:2.7.1"
container_name: fizz-gateway-community
restart: always
hostname: fizz-gateway-community
@@ -48,7 +48,7 @@ services:
- fizz
fizz-manager-professional:
- image: "fizzgate/fizz-manager-professional:2.7.0"
+ image: "fizzgate/fizz-manager-professional:2.7.1"
container_name: fizz-manager-professional
restart: always
hostname: fizz-manager-professional
diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml
index 9fc02de..40c2cd6 100644
--- a/fizz-bootstrap/pom.xml
+++ b/fizz-bootstrap/pom.xml
@@ -6,7 +6,7 @@