dubbo-feign-spring-boot-starter-master
介绍
一款简化dubbo远程调用的框架
码云特技
- 码云官方博客 https://gitee.com/ylimhhmily/dubbo-feign-spring-boot-starter-master
- 你可以通过 https://blog.csdn.net/ylimh_hmily 这个博客地址来了解作者
License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients Dubbo Networking |
GroupId | GroupIdcom.hmilyylimh.cloud |
ArtifactId | ArtifactIddubbo-feign-parent |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dubbo-feign-parent-1.0.2.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hmilyylimh.cloud/dubbo-feign-parent/ -->
<dependency>
<groupId>com.hmilyylimh.cloud</groupId>
<artifactId>dubbo-feign-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hmilyylimh.cloud/dubbo-feign-parent/
implementation 'com.hmilyylimh.cloud:dubbo-feign-parent:1.0.2'
// https://jarcasting.com/artifacts/com.hmilyylimh.cloud/dubbo-feign-parent/
implementation ("com.hmilyylimh.cloud:dubbo-feign-parent:1.0.2")
'com.hmilyylimh.cloud:dubbo-feign-parent:pom:1.0.2'
<dependency org="com.hmilyylimh.cloud" name="dubbo-feign-parent" rev="1.0.2">
<artifact name="dubbo-feign-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hmilyylimh.cloud', module='dubbo-feign-parent', version='1.0.2')
)
libraryDependencies += "com.hmilyylimh.cloud" % "dubbo-feign-parent" % "1.0.2"
[com.hmilyylimh.cloud/dubbo-feign-parent "1.0.2"]
一款简化dubbo远程调用的框架