-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Etcd register center #1161
Etcd register center #1161
Conversation
<dependency> | ||
<groupId>org.dromara</groupId> | ||
<artifactId>soul-register-client-api</artifactId> | ||
<version>2.3.0-SNAPSHOT</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 ${project.version}
<dependency> | ||
<groupId>org.dromara</groupId> | ||
<artifactId>soul-common</artifactId> | ||
<version>2.3.0-SNAPSHOT</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 ${project.version}
Codecov Report
@@ Coverage Diff @@
## master #1161 +/- ##
============================================
- Coverage 73.39% 73.19% -0.21%
- Complexity 2116 2121 +5
============================================
Files 365 365
Lines 8040 8047 +7
Branches 875 876 +1
============================================
- Hits 5901 5890 -11
- Misses 1701 1721 +20
+ Partials 438 436 -2
Continue to review full report at Codecov.
|
fix tars and grpc register fix uri register fix ci Update application.yml fix example desc fix maven version
* fix typo * fix typo
// Describe your PR here; eg. Fixes #1147
Make sure that:
mvn clean install -Dmaven.javadoc.skip=true
.