Skip to content

Commit

Permalink
update: update contract autoconfiguration (Tencent#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyuwei01 authored Aug 15, 2024
1 parent deca9e9 commit e74064b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
- [feat:support TSF router.](https://github.com/Tencent/spring-cloud-tencent/pull/1372)
- [feat:upgrade nearby router and add namespace nearby router.](https://github.com/Tencent/spring-cloud-tencent/pull/1374)
- [fix:fix contract reporting bug when using TSF.](https://github.com/Tencent/spring-cloud-tencent/pull/1375)
- [update: update contract autoconfiguration class](https://github.com/Tencent/spring-cloud-tencent/pull/1387)

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.tencent.cloud.polaris.contract.config.PolarisSwaggerAutoConfiguration,\
com.tencent.cloud.polaris.contract.config.PolarisContractProperties,\
com.tencent.cloud.polaris.contract.config.PolarisContractPropertiesAutoConfiguration,\
com.tencent.cloud.polaris.contract.tsf.TsfContractPropertiesAutoConfiguration,\
com.tencent.cloud.polaris.contract.tsf.TsfSwaggerAutoConfiguration
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
Expand Down

0 comments on commit e74064b

Please sign in to comment.