<!-- springboot dubbo starter --><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-dubbo</artifactId></dependency>
我引入了该依赖,但是idea的配置并不会提示spring.dubbo等配置。我强行配置了但是却不会注册到zookeeper。