spring-boot-starter-dubbox


Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы Dubbo Сеть Networking
Группа

Группа

com.cjoop
Идентификатор

Идентификатор

spring-boot-starter-dubbox
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

spring-boot-starter-dubbox
spring-boot-starter-dubbox
Ссылка на сайт

Ссылка на сайт

https://github.com/cjjava/spring-boot-starter-dubbox
Система контроля версий

Система контроля версий

https://github.com/cjjava/spring-boot-starter-dubbox

Скачать spring-boot-starter-dubbox

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.cjoop/spring-boot-starter-dubbox/ -->
<dependency>
    <groupId>com.cjoop</groupId>
    <artifactId>spring-boot-starter-dubbox</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cjoop/spring-boot-starter-dubbox/
implementation 'com.cjoop:spring-boot-starter-dubbox:0.0.1'
// https://jarcasting.com/artifacts/com.cjoop/spring-boot-starter-dubbox/
implementation ("com.cjoop:spring-boot-starter-dubbox:0.0.1")
'com.cjoop:spring-boot-starter-dubbox:jar:0.0.1'
<dependency org="com.cjoop" name="spring-boot-starter-dubbox" rev="0.0.1">
  <artifact name="spring-boot-starter-dubbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cjoop', module='spring-boot-starter-dubbox', version='0.0.1')
)
libraryDependencies += "com.cjoop" % "spring-boot-starter-dubbox" % "0.0.1"
[com.cjoop/spring-boot-starter-dubbox "0.0.1"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter jar
com.alibaba : dubbo jar 2.8.4

Модули Проекта

Данный проект не имеет модулей.

spring-boot-starter-dubbox

Build Status Maven Central

spring-boot自动集成dubbox默认配置,添加以下依赖:

<dependency>
			<groupId>com.cjoop</groupId>
			<artifactId>spring-boot-starter-dubbox</artifactId>
			<version>0.0.1</version>
</dependency>

application.properties配置和dubbo.properties配置一致,写法如下:

#DUBBO
dubbo.application.name=xx-service
dubbo.registry.address=zookeeper://localhost:2181
dubbo.annotation.package=com.xx.service

Версии библиотеки

Версия
0.0.1