If you have good comments or suggestions, welcome to create [Issues](https://github.com/Tencent/spring-cloud-tencent/issues) or [Pull Requests](https://github.com/Tencent/spring-cloud-tencent/pulls),contribute to the Spring Cloud Tencent open source community. Spring Cloud Tencent continues to recruit contributors, even if it is answering questions in the issue, or doing some simple bugfixes, it will be of great help to Spring Cloud Tencent.
If you have good comments or suggestions, welcome to create [Issues](https://github.com/Tencent/spring-cloud-tencent/issues) or [Pull Requests](https://github.com/Tencent/spring-cloud-tencent/pulls), contribute to the Spring Cloud Tencent open source community. Spring Cloud Tencent continues to recruit contributors, even if it is answering questions in the issue, or doing some simple bugfixes, it will be of great help to Spring Cloud Tencent.
[Tencent Open Source Incentive Program](https://opensource.tencent.com/contribution) Encourage developers to participate and contribute, and look forward to your joining.
- baseline(stable environment, match all other requests), env=blue(blue environment)
- baseline(stable environment, match all other requests), env=blue(blue environment)
## How to access
@ -26,8 +26,8 @@ Incoming requests dispatched from Gateway service to 3 environments:
2. start router-grayrelease-gateway application
- Launch by IDE:Start the main class `GrayReleaseGatewayApplication`.
- Launch by Jar:Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-gateway-${verion}.jar` to launch application.
- Launch by IDE: Start the main class `GrayReleaseGatewayApplication`.
- Launch by Jar: Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-gateway-${verion}.jar` to launch application.
3. add the route rule
@ -136,13 +136,13 @@ Incoming requests dispatched from Gateway service to 3 environments:
- polaris server address: polaris_address=grpc://127.0.0.1:8091
- Launch by IDE:Start the main class `GrayReleaseFrontApplication`.
- Launch by Jar:Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-frontend-${verion}.jar` to launch application.
- Launch by IDE: Start the main class `GrayReleaseFrontApplication`.
- Launch by Jar: Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-frontend-${verion}.jar` to launch application.
#### Start gray1 environment (green)
@ -150,8 +150,8 @@ Incoming requests dispatched from Gateway service to 3 environments:
- polaris server address: polaris_address=grpc://127.0.0.1:8091
- Launch by IDE:Start the main class `GrayReleaseMiddleApplication`.
- Launch by Jar:Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-middle-${verion}.jar` to launch application.
- Launch by IDE: Start the main class `GrayReleaseMiddleApplication`.
- Launch by Jar: Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-middle-${verion}.jar` to launch application.
#### Start gray2 environment (purple)
@ -196,8 +196,8 @@ You can find the instances with different tags in polaris console.
- polaris server address: polaris_address=grpc://127.0.0.1:8091
- Launch by IDE:Start the main class `GrayReleaseBackendApplication`.
- Launch by Jar:Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-backend-${verion}.jar` to launch application.
- Launch by IDE: Start the main class `GrayReleaseBackendApplication`.
- Launch by Jar: Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-backend-${verion}.jar` to launch application.
#### Start gray1 environment (green)
@ -223,8 +223,8 @@ You can find the instances with different tags in polaris console.
- polaris server address: polaris_address=grpc://127.0.0.1:8091