Last Version

spring-boot-starter-dubbo 1.0.1

本项目完全根据spring-boot和dubbo原理实现的整合,支持dubbo所有配置项。新手使用可以得心应手,老手要dubbo的高级用法,他也可以完美支持。这个项目的配置比官方提供的配置方式更友好。

License

License

Categories

Categories

Spring Boot Container Microservices Dubbo Net Networking
GroupId

GroupId

com.gitee.lei0719
ArtifactId

ArtifactId

spring-boot-starter-dubbo
Version

Version

1.0.1
Type

Type

jar
Description

Description

spring-boot-starter-dubbo
本项目完全根据spring-boot和dubbo原理实现的整合,支持dubbo所有配置项。新手使用可以得心应手,老手要dubbo的高级用法,他也可以完美支持。这个项目的配置比官方提供的配置方式更友好。
Project Organization

Project Organization

Pivotal Software, Inc.

Download spring-boot-starter-dubbo 1.0.1


<!-- 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"]

Dependencies

compile (5)

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

provided (2)

Group / Artifact Type Version
org.apache.tomcat.embed : tomcat-embed-el jar 8.5.16
org.apache.curator : curator-framework jar 2.12.0

Project Modules

There are no modules declared in this project.