aofall
aofall
Define the following configuration in the code. ``` @Data @ConfigurationProperties("spring.cloud.zookeeper") public class SpringCloudZookeeperProperties { private String username; private String password; } ``` ``` @Slf4j @Configuration @EnableConfigurationProperties(SpringCloudZookeeperProperties.class) public class DefaultSpringCloudZookeeperConfig {...
我重启了一下软件,解决 后面还出现过一次,开了代理模式后也可以了
@vczh 有人要抢你轮子哥的称号
2.x has been EOL and may be incompatible with dubbo 3.2 You can try the new version of dubbo-metadata-report-etcd, the `registerServiceAppMapping` method may support in the future version. ``` org.apache.dubbo.extensions...