License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
GroupId | GroupIdcom.gitee.reger |
ArtifactId | ArtifactIdspring-boot-starter-dubbo |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-dubbo
本项目是spring-boot与dubbo有机结合的桥梁,根据spring-boot开箱即用的原则实现,使dubbo的使用变得及其简单快捷,容易上手。让dubbo小白正常使用dubbo,只需一盏茶的功夫。让分布式大牛使用dubbo,也如沐春风。
|
Project URL |
Project URL |
Project Organization |
Project Organizationreger |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-dubbo/ -->
<dependency>
<groupId>com.gitee.reger</groupId>
<artifactId>spring-boot-starter-dubbo</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-dubbo/
implementation 'com.gitee.reger:spring-boot-starter-dubbo:1.1.3'
// https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-dubbo/
implementation ("com.gitee.reger:spring-boot-starter-dubbo:1.1.3")
'com.gitee.reger:spring-boot-starter-dubbo:jar:1.1.3'
<dependency org="com.gitee.reger" name="spring-boot-starter-dubbo" rev="1.1.3">
<artifact name="spring-boot-starter-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.reger', module='spring-boot-starter-dubbo', version='1.1.3')
)
libraryDependencies += "com.gitee.reger" % "spring-boot-starter-dubbo" % "1.1.3"
[com.gitee.reger/spring-boot-starter-dubbo "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.5.RELEASE |
org.slf4j : log4j-over-slf4j | jar | 1.7.26 |
org.springframework.boot : spring-boot-starter-logging | jar | 2.1.5.RELEASE |
org.springframework.boot : spring-boot-starter-validation | jar | 2.1.5.RELEASE |
org.apache.curator : curator-framework Optional | jar | 2.12.0 |
com.101tec : zkclient Optional | jar | 0.5 |
com.alibaba : dubbo-registry-nacos | jar | 2.6.6 |
com.alibaba.nacos : nacos-client | jar | 1.0.0 |
org.jboss.netty : netty Optional | jar | 3.2.10.Final |
io.netty : netty-all | jar | 4.1.25.Final |
com.alibaba : dubbo | jar | 2.6.6 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.5.RELEASE |