springboot-learning-example icon indicating copy to clipboard operation
springboot-learning-example copied to clipboard

dubbo client启动报错

Open githubcpc opened this issue 6 years ago • 2 comments

需要加上url = "dubbo://localhost:20880"才可以

githubcpc avatar Aug 07 '19 03:08 githubcpc

在哪个位置 我启动client报错 cityDubboService没有是null

yanghui8837 avatar Nov 29 '19 10:11 yanghui8837

降一下父工程的版本试试

<!-- Spring Boot 启动父依赖 -->
    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>1.5.1.RELEASE</version>
    </parent>

wulusai2333 avatar Mar 20 '20 11:03 wulusai2333