License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
GroupId | GroupIdcom.gitee.lei0719 |
ArtifactId | ArtifactIdspring-boot-starter-dubbo |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-dubbo
本项目完全根据spring-boot和dubbo原理实现的整合,支持dubbo所有配置项。新手使用可以得心应手,老手要dubbo的高级用法,他也可以完美支持。这个项目的配置比官方提供的配置方式更友好。
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.gitee.lei0719/spring-boot-starter-dubbo/ -->
<dependency>
<groupId>com.gitee.lei0719</groupId>
<artifactId>spring-boot-starter-dubbo</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.lei0719/spring-boot-starter-dubbo/
implementation 'com.gitee.lei0719:spring-boot-starter-dubbo:1.0.1'
// https://jarcasting.com/artifacts/com.gitee.lei0719/spring-boot-starter-dubbo/
implementation ("com.gitee.lei0719:spring-boot-starter-dubbo:1.0.1")
'com.gitee.lei0719:spring-boot-starter-dubbo:jar:1.0.1'
<dependency org="com.gitee.lei0719" name="spring-boot-starter-dubbo" rev="1.0.1">
<artifact name="spring-boot-starter-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.lei0719', module='spring-boot-starter-dubbo', version='1.0.1')
)
libraryDependencies += "com.gitee.lei0719" % "spring-boot-starter-dubbo" % "1.0.1"
[com.gitee.lei0719/spring-boot-starter-dubbo "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.5.6.RELEASE |
org.hibernate : hibernate-validator | jar | 5.3.5.Final |
com.101tec : zkclient | jar | 0.5 |
com.alibaba : dubbo | jar | 2.5.4 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat.embed : tomcat-embed-el | jar | 8.5.16 |
org.apache.curator : curator-framework | jar | 2.12.0 |