apache / dubbo-spring-boot-project

Spring Boot Project for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
5.41k stars 1.88k forks source link

2.7.5 dubbo-spring-boot-starter #645

Closed tonyLee1 closed 4 years ago

tonyLee1 commented 4 years ago

java.lang.NoClassDefFoundError: org/apache/dubbo/config/spring/util/BeanRegistrar

mercyblitz commented 4 years ago

How to reproduce?

tonyLee1 commented 4 years ago

Upgrade Dubbo version to 2.7.5. The above error occurs when Dubbo spring boot starter version is 2.7.4.1. See the function ID in 2.7.3 is deprecated

tonyLee1 commented 4 years ago

Upgrade Dubbo version to 2.7.5. The above error occurs when Dubbo spring boot starter version is 2.7.4.1. See the function ID in 2.7.3 is deprecated

------------------ 原始邮件 ------------------ 发件人: "Mercy Ma"<notifications@github.com>; 发送时间: 2020年1月2日(星期四) 上午10:11 收件人: "apache/dubbo-spring-boot-project"<dubbo-spring-boot-project@noreply.github.com>; 抄送: "阿杰"<498959412@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [apache/dubbo-spring-boot-project] 2.7.5 dubbo-spring-boot-starter (#645)

How to reproduce?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

SimpleHello commented 4 years ago

your dubbo.version must the same with dubbo-spring-boot-starter version like all 2.7.4.1

mercyblitz commented 4 years ago

Released!