-
Notifications
You must be signed in to change notification settings - Fork 117
add comments to make springboot can give tips to users #154
add comments to make springboot can give tips to users #154
Conversation
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.
CI failed for missing RpcBindingConverter#loadBalancer
update sofaboot version to fix snapshot |
Codecov Report
@@ Coverage Diff @@
## master #154 +/- ##
========================================
Coverage 57.8% 57.8%
Complexity 433 433
========================================
Files 56 56
Lines 1806 1806
Branches 318 318
========================================
Hits 1044 1044
Misses 554 554
Partials 208 208
Continue to review full report at Codecov.
|
private Map<String, String> registries = new HashMap<String, String>(); | ||
|
||
//mesh switch,can be protocol,like bolt,mesh,all,now we only support bolt | ||
/** | ||
* enable mesh,an be protocol,like bolt,mesh,all,now we only support bolt (是否开启mesh支持,目前只支持bolt) |
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.
an -> can
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.
Solved
…a-rpc-boot-projects into add_comment_to_springboot
Motivation:
thanks for @chpengzh
if write comments as javadoc, spring-boot-configuration-processor will generate descriptions, like this.
Modification:
Describe the idea and modifications you've done.
Result:
Fixes #.
If there is no issue then describe the changes introduced by this PR.