Bladeren bron

代码优化

Woody 1 maand geleden
bovenliggende
commit
586eb4eaa8

+ 1 - 1
framework-nacos/src/main/java/com/chelvc/framework/nacos/config/MultiserverNacosConfigurer.java → framework-nacos/src/main/java/com/chelvc/framework/nacos/config/MultipleNacosConfigurer.java

@@ -21,7 +21,7 @@ import org.springframework.core.io.Resource;
  * @date 2024/1/30
  */
 @RequiredArgsConstructor(onConstructor = @__(@Autowired))
-public class MultiserverNacosConfigurer implements ApplicationListener<ApplicationStartedEvent> {
+public class MultipleNacosConfigurer implements ApplicationListener<ApplicationStartedEvent> {
     private final NacosServiceRegistry registry;
     private final NacosDiscoveryProperties properties;