Skip to content

Commit

Permalink
[doc] add changelogs & restore quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshan committed Apr 20, 2024
1 parent 6a9f1b2 commit 0a89eeb
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 45 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
- [refactor:let the configuration SDK context stand alone.](https://github.com/Tencent/spring-cloud-tencent/pull/1266)
- [fix:fix nearby router properties loading bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1272)
- [fix: fix grammar issues for lane router example & optimize the gateway dependency](https://github.com/Tencent/spring-cloud-tencent/pull/1274)
- [fix: fix lossless deregister failed when no healthcheck configured](https://github.com/Tencent/spring-cloud-tencent/pull/1279)
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-lossless-plugin</artifactId>
</dependency>

</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ spring:
enabled: true
rejectRequestTipsFilePath: reject-tips.html
maxQueuingTime: 500
lossless:
enabled: true
port: 28011
healthCheckPath: /actuator/health
healthCheckInterval: 5000
tencent:
metadata:
content:
Expand All @@ -53,6 +48,5 @@ management:
- polaris-discovery
- polaris-ratelimit
- polaris-config
- health
label:
key-value: user:zhangsan
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-lossless-plugin</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ spring:
ratelimit:
enabled: true
maxQueuingTime: 500
lossless:
enabled: true
port: 28012
healthCheckPath: /actuator/health
healthCheckInterval: 5000
tencent:
metadata:
content:
Expand All @@ -50,6 +45,5 @@ management:
- polaris-discovery
- polaris-ratelimit
- polaris-config
- health
label:
key-value: user2:lisi
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-lossless-plugin</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ spring:
# pushgateway:
# enabled: true
# address: 127.0.0.1:9091
lossless:
enabled: true
port: 28013
healthCheckPath: /actuator/health
healthCheckInterval: 5000
tencent:
rpc-enhancement:
enabled: true
Expand All @@ -50,5 +45,4 @@ management:
exposure:
include:
- polaris-discovery
- polaris-circuit-breaker
- health
- polaris-circuit-breaker
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-lossless-plugin</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ spring:
stat:
enabled: true
port: 28081
lossless:
enabled: true
port: 28014
healthCheckPath: /actuator/health
healthCheckInterval: 5000
gateway:
discovery:
locator:
Expand Down

0 comments on commit 0a89eeb

Please sign in to comment.