Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consumer.xml for dubbo-samples-direct can't work. #118

Closed
maslke opened this issue Sep 19, 2019 · 1 comment
Closed

consumer.xml for dubbo-samples-direct can't work. #118

maslke opened this issue Sep 19, 2019 · 1 comment

Comments

@maslke
Copy link

maslke commented Sep 19, 2019

in this demo, there is "url" config in dubbo:reference.
something like <dubbo:reference id="directService" check="false" interface="org.apache.dubbo.samples.direct.api.DirectService"
url="${target.address:localhost}:20880" group="test" version="1.0.0-daily"/>

but it does not work.
I have to add group and version part to url to make this demo work.

@biyuhao
Copy link
Member

biyuhao commented Sep 29, 2019

Hi, you can change dubbo.version to 2.7.4-SNAPSHOT in dubbo-samples-direct/pom.xml as a workaround.
After dubbo-2.7.4 released we will update this pom file.

@maslke maslke closed this as completed Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants