You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
---
3
-
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.
3
+
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.
4
4
5
5
[Tencent Open Source Incentive Program](https://opensource.tencent.com/contribution) Encourage developers to participate and contribute, and look forward to your joining.
Copy file name to clipboardexpand all lines: spring-cloud-starter-tencent-polaris-config/src/main/java/com/tencent/cloud/polaris/config/annotation/PolarisConfigAnnotationProcessor.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
41
41
/**
42
42
* {@link PolarisConfigAnnotationProcessor} implementation for spring .
Copy file name to clipboardexpand all lines: spring-cloud-starter-tencent-polaris-config/src/main/java/com/tencent/cloud/polaris/config/annotation/PolarisConfigKVFileChangeListener.java
Copy file name to clipboardexpand all lines: spring-cloud-starter-tencent-polaris-config/src/main/java/com/tencent/cloud/polaris/config/configdata/PolarisConfigDataLoader.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
* Load {@link ConfigData} via {@link PolarisConfigDataLoader}
Copy file name to clipboardexpand all lines: spring-cloud-starter-tencent-polaris-config/src/main/java/com/tencent/cloud/polaris/config/configdata/PolarisConfigDataResource.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
* A polaris configData resource from which {@link ConfigData} can be loaded.
Copy file name to clipboardexpand all lines: spring-cloud-starter-tencent-polaris-config/src/main/java/com/tencent/cloud/polaris/config/configdata/PolarisImportExceptionFailureAnalyzer.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
/**
8
8
* Class for most {@code FailureAnalyzer} implementations, to analyze ImportException when
Copy file name to clipboardexpand all lines: spring-cloud-starter-tencent-polaris-config/src/main/java/com/tencent/cloud/polaris/config/listener/PolarisConfigListenerContext.java
Copy file name to clipboardexpand all lines: spring-cloud-starter-tencent-polaris-discovery/src/main/java/com/tencent/cloud/polaris/util/OkHttpUtil.java
Copy file name to clipboardexpand all lines: spring-cloud-tencent-examples/polaris-config-data-example/src/main/java/com/tencent/cloud/polaris/config/example/PolarisConfigDataExampleApplication.java
- baseline(stable environment, match all other requests), env=blue(blue environment)
16
+
- baseline(stable environment, match all other requests), env=blue(blue environment)
17
17
18
18
## How to access
19
19
@@ -26,8 +26,8 @@ Incoming requests dispatched from Gateway service to 3 environments:
26
26
27
27
2. start router-grayrelease-gateway application
28
28
29
-
- Launch by IDE:Start the main class `GrayReleaseGatewayApplication`.
30
-
- Launch by Jar:Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-gateway-${verion}.jar` to launch application.
29
+
- Launch by IDE: Start the main class `GrayReleaseGatewayApplication`.
30
+
- Launch by Jar: Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-gateway-${verion}.jar` to launch application.
31
31
32
32
3. add the route rule
33
33
@@ -136,22 +136,22 @@ Incoming requests dispatched from Gateway service to 3 environments:
136
136
137
137
- polaris server address: polaris_address=grpc://127.0.0.1:8091
- Launch by IDE:Start the main class `GrayReleaseFrontApplication`.
145
-
- Launch by Jar:Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-frontend-${verion}.jar` to launch application.
144
+
- Launch by IDE: Start the main class `GrayReleaseFrontApplication`.
145
+
- Launch by Jar: Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-frontend-${verion}.jar` to launch application.
146
146
147
147
#### Start gray1 environment (green)
148
148
149
149
1. add environment variables
150
150
151
151
- polaris server address: polaris_address=grpc://127.0.0.1:8091
- Launch by IDE:Start the main class `GrayReleaseMiddleApplication`.
191
-
- Launch by Jar:Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-middle-${verion}.jar` to launch application.
190
+
- Launch by IDE: Start the main class `GrayReleaseMiddleApplication`.
191
+
- Launch by Jar: Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-middle-${verion}.jar` to launch application.
192
192
193
193
#### Start gray2 environment (purple)
194
194
195
195
1. add environment variables
196
196
197
197
- polaris server address: polaris_address=grpc://127.0.0.1:8091
- Launch by IDE:Start the main class `GrayReleaseBackendApplication`.
218
-
- Launch by Jar:Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-backend-${verion}.jar` to launch application.
217
+
- Launch by IDE: Start the main class `GrayReleaseBackendApplication`.
218
+
- Launch by Jar: Execute `mvn clean package` to compile with jar package, then use `java -jar router-grayrelease-backend-${verion}.jar` to launch application.
219
219
220
220
#### Start gray1 environment (green)
221
221
222
222
1. add environment variables
223
223
224
224
- polaris server address: polaris_address=grpc://127.0.0.1:8091
0 commit comments