Skip to content

Commit

Permalink
feat:update SCT version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Apr 22, 2024
1 parent 94916c0 commit 2910554
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@

<properties>
<!-- Project revision -->
<revision>1.0.0-SNAPSHOT</revision>

<spring.cloud.tencent.version>1.13.1-2021.0.9</spring.cloud.tencent.version>
<revision>1.13.1-2021.0.9</revision>

<!-- Spring Cloud -->
<spring.cloud.version>2021.0.6</spring.cloud.version>
Expand All @@ -44,7 +42,7 @@
<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<version>${spring.cloud.tencent.version}</version>
<version>${revision}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ management:
- polaris-config
label:
key-value: user:zhangsan
logging:
file:
name: /sct-demo-logs/${spring.application.name}/root.log
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ management:
include:
- polaris-discovery
- polaris-circuit-breaker
logging:
file:
name: /sct-demo-logs/${spring.application.name}/root.log

0 comments on commit 2910554

Please sign in to comment.