update: update contract autoconfiguration (#1387)

pull/1399/head
Fishtail 1 year ago committed by GitHub
parent deca9e9002
commit e74064b8b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)

@ -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=\

Loading…
Cancel
Save