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 |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration Feign Net HTTP Clients Dubbo Networking |
GroupId | GroupIdcom.hmilyylimh.cloud |
ArtifactId | ArtifactIddubbo-feign-spring-boot-autoconfigure |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondubbo-feign-spring-boot-autoconfigure
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.hmilyylimh.cloud/dubbo-feign-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.hmilyylimh.cloud</groupId>
<artifactId>dubbo-feign-spring-boot-autoconfigure</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hmilyylimh.cloud/dubbo-feign-spring-boot-autoconfigure/
implementation 'com.hmilyylimh.cloud:dubbo-feign-spring-boot-autoconfigure:1.0.2'
// https://jarcasting.com/artifacts/com.hmilyylimh.cloud/dubbo-feign-spring-boot-autoconfigure/
implementation ("com.hmilyylimh.cloud:dubbo-feign-spring-boot-autoconfigure:1.0.2")
'com.hmilyylimh.cloud:dubbo-feign-spring-boot-autoconfigure:jar:1.0.2'
<dependency org="com.hmilyylimh.cloud" name="dubbo-feign-spring-boot-autoconfigure" rev="1.0.2">
<artifact name="dubbo-feign-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hmilyylimh.cloud', module='dubbo-feign-spring-boot-autoconfigure', version='1.0.2')
)
libraryDependencies += "com.hmilyylimh.cloud" % "dubbo-feign-spring-boot-autoconfigure" % "1.0.2"
[com.hmilyylimh.cloud/dubbo-feign-spring-boot-autoconfigure "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.2.RELEASE |
com.hmilyylimh.cloud : dubbo-feign-spring-boot-core | jar | 1.0.2 |
一款简化dubbo远程调用的框架