Open
Conversation
2.调用方可以选择服务的不同具体实例
2.调用方可以选择服务的不同具体实例
Collaborator
|
这里的提交有一个明显的问题:你删除了前面的几个版本,提交代码到主分支main上;如果我合并了你的请求,被删除的代码一样被同步了。你可以新建一个分支,将本地的代码提交到新建分支上;此外,我建议重新clone一下代码,并只进行增的操作,不要大量删除源代码 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
之前是第一次提交PR,内容较为混乱;在这里说一声抱歉。
这次的PR有两个commit,您只需重点审核提交较晚的commit的version4模块(RPC代码的所有改动都在该模块中)
consumer,provider为集成Spring后的消费者和提供者;publicInterface为公共接口
(RPC代码改动在version4上进行,其余的version模块在开发时均被删除)