用的是

nacos-discovery-spring-boot-starter:0.2.10

注册实例用的代码
namingService.registerInstance

配置文件如下

nacos:
    discovery:
        server-addr: http://localhost:8848

请一定要注意,端口后面不能有任何符合,例如斜杠之类的,都不可以。
否则会报错Client not connected,current status:STARTING

我被它坑惨了。

03-05 15:37