README.md 中 pom.xml 的dubbo-spring-boot-starter 版本号错误:
```
<!-- Dubbo Spring Boot Starter -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>2.7.4.1</version>
</dependency>
```
发现使用2.7.4.1的场合,启动 provider 时会提示:
```
Application run failed
java.lang.NoClassDefFoundError:
org/apache/dubbo/config/spring/util/BeanRegistrar
...
Caused by: java.lang.ClassNotFoundException:
org.apache.dubbo.config.spring.util.BeanRegistrar
...
```
是否需要将version修改为2.7.5?
* README_CN.md 同上
[ Full content available at:
https://github.com/apache/dubbo-spring-boot-project/issues/653 ]
This message was relayed via gitbox.apache.org for
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]