-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
add dubbo rest demo #822
base: master
Are you sure you want to change the base?
add dubbo rest demo #822
Conversation
It's really exciting to see this feature is about to be ready. As for this demo, I suggest the following:
|
</profile> | ||
</profiles> | ||
|
||
</project> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pom file should also be simple and clear for each separate demo, making sure only necessary dependencies are added for each demo.
By the way, the dependencies here should also be reorganized to only keep necessary ones.
https://github.com/apache/dubbo/blob/3.2/dubbo-rpc/dubbo-rpc-rest/pom.xml
<source.level>1.8</source.level> | ||
<target.level>1.8</target.level> | ||
<spring.version>4.3.29.RELEASE</spring.version> | ||
<dubbo.version>3.2.0-beta.6</dubbo.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use 3.2.5 instead
dubbo_rest_3.2_demo