服务注册成功 但nacos服务列表不显示
022-10-09 16:55:46.319 INFO 7244 --- [ main] com.szxs.NacosProviderApplication : No active profile set, falling back to default profiles: default
2022-10-09 16:55:46.818 INFO 7244 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=2d1cd515-6202-32be-a481-55f7333280b1
2022-10-09 16:55:47.020 INFO 7244 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2022-10-09 16:55:47.030 INFO 7244 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-10-09 16:55:47.030 INFO 7244 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.46]
2022-10-09 16:55:47.140 INFO 7244 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-10-09 16:55:47.140 INFO 7244 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 800 ms
2022-10-09 16:55:47.195 WARN 7244 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2022-10-09 16:55:47.195 INFO 7244 --- [ main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2022-10-09 16:55:47.200 WARN 7244 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2022-10-09 16:55:47.200 INFO 7244 --- [ main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2022-10-09 16:55:47.330 INFO 7244 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-10-09 16:55:47.978 INFO 7244 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'Nacos-Watch-Task-Scheduler'
2022-10-09 16:55:48.944 INFO 7244 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2022-10-09 16:55:48.960 INFO 7244 --- [ main] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP nacos-provider 192.168.6.134:8080 register finished
2022-10-09 16:55:49.487 INFO 7244 --- [ main] com.szxs.NacosProviderApplication : Started NacosProviderApplication in 7.14 seconds (JVM running for 8.349)
已经检查了导包
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
是什么原因?