Open BoyK opened 5 years ago
We will optimize it soon.
I try to run the official demo and have the same problem with Nacos discovery `Field dubboMetadata in org.apache.dubbo.spring.boot.actuate.endpoint.DubboMetadataEndpoint required a bean of type 'org.apache.dubbo.spring.boot.actuate.endpoint.metadata.DubboMetadata' that could not be found. The injection point has the following annotations:
I got a same problem @fangjian0423 Do you have any ideas?
add actuator dependency can solve it:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
yes ! me too,
add actuator dependency can solve it:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency>
hello, i add the actuator dependency, the problem cann't be solved.
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 We recommend using English. If you are non-native English speaker, you can use the translation software.
Which Component spring cloud alibaba dubbo
Describe the bug Field dubboMetadata in org.apache.dubbo.spring.boot.actuate.endpoint.DubboMetadataEndpoint required a bean of type 'org.apache.dubbo.spring.boot.actuate.endpoint.metadata.DubboMetadata' that could not be found. The injection point has the following annotations:
To Reproduce Steps to reproduce the behavior:
Additional context Add any other context about the problem here. spring cloud alibaba 0.9.0.RELEASE