Skip to content

Commit

Permalink
fix:update spring boot version. (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyuwei01 committed Jul 9, 2024
1 parent 81d67b4 commit 170e91d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
- [feat:upgrade jacoco version.](https://github.com/Tencent/spring-cloud-tencent/pull/1310)
- [fix:fix no registry when lossless is disabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1312)
- [fix:fix the ratelimit bug for 2023](https://github.com/Tencent/spring-cloud-tencent/pull/1316)
- [fix:update spring boot version](https://github.com/Tencent/spring-cloud-tencent/pull/1333)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<spring.framework.version>6.1.6</spring.framework.version>

<!-- Spring Boot -->
<spring.boot.version>3.2.4</spring.boot.version>
<spring.boot.version>3.3.1</spring.boot.version>

<!-- Spring Cloud -->
<spring.cloud.version>2023.0.1</spring.cloud.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"name": "spring.cloud.polaris.namespace",
"type": "java.lang.String",
"description": "polaris namespace",
"default": "default",
"defaultValue": "default",
"sourceType": "com.tencent.cloud.polaris.context.config.PolarisContextProperties"
},
{
"name": "spring.cloud.polaris.service",
"type": "java.lang.String",
"description": "polaris service name",
"default": "${spring.application.name}",
"defaultValue": "${spring.application.name}",
"sourceType": "com.tencent.cloud.polaris.context.config.PolarisContextProperties"
},
{
"name": "spring.cloud.polaris.enabled",
"type": "java.lang.Boolean",
"description": "polaris enabled",
"default": "true",
"defaultValue": "true",
"sourceType": "com.tencent.cloud.polaris.context.config.PolarisContextProperties"
},
{
Expand Down

0 comments on commit 170e91d

Please sign in to comment.