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