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

add dubbo rest demo #822

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

suncairong163
Copy link

dubbo_rest_3.2_demo

@chickenlj
Copy link
Contributor

It's really exciting to see this feature is about to be ready.

As for this demo, I suggest the following:

  • Use spring boot rather than XML
  • Split into several separate small modules

</profile>
</profiles>

</project>
Copy link
Contributor

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>
Copy link
Member

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

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

Successfully merging this pull request may close these issues.

None yet

3 participants