Standardize the name of method to create bean. (#779)

pull/784/head
pandaapo 2 years ago committed by GitHub
parent c7b0960719
commit 2beedef9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,3 +21,4 @@
- [Optimize: change RouteArgument.buildCustom to RouteArgument.fromLabel](https://github.com/Tencent/spring-cloud-tencent/pull/749)
- [Optimize: get service instances by Flux.blockLast() to resolve concurrent problem](https://github.com/Tencent/spring-cloud-tencent/pull/764)
- [Fix issue: prompt no registration if web dependence was not imported.](https://github.com/Tencent/spring-cloud-tencent/pull/772)
- [Standardize the name of method to create bean.](https://github.com/Tencent/spring-cloud-tencent/pull/779)

@ -74,7 +74,7 @@ public class PolarisServiceRegistryAutoConfiguration {
}
@Bean
public PolarisWebApplicationCheck polarisApplicationReady() {
public PolarisWebApplicationCheck polarisWebApplicationCheck() {
return new PolarisWebApplicationCheck();
}
}

Loading…
Cancel
Save