base dubbo framework

base dubbo framework for developer

Лицензия

Лицензия

Категории

Категории

Dubbo Сеть Networking
Группа

Группа

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

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

base-dubbo-framework-common
Последняя версия

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

3.0.0.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

base dubbo framework
base dubbo framework for developer
Ссылка на сайт

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

https://github.com/liaomengge/base
Система контроля версий

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

https://github.com/liaomengge/base

Скачать base-dubbo-framework-common

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

<!-- https://jarcasting.com/artifacts/com.github.liaomengge/base-dubbo-framework-common/ -->
<dependency>
    <groupId>com.github.liaomengge</groupId>
    <artifactId>base-dubbo-framework-common</artifactId>
    <version>3.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaomengge/base-dubbo-framework-common/
implementation 'com.github.liaomengge:base-dubbo-framework-common:3.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.liaomengge/base-dubbo-framework-common/
implementation ("com.github.liaomengge:base-dubbo-framework-common:3.0.0.RELEASE")
'com.github.liaomengge:base-dubbo-framework-common:jar:3.0.0.RELEASE'
<dependency org="com.github.liaomengge" name="base-dubbo-framework-common" rev="3.0.0.RELEASE">
  <artifact name="base-dubbo-framework-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liaomengge', module='base-dubbo-framework-common', version='3.0.0.RELEASE')
)
libraryDependencies += "com.github.liaomengge" % "base-dubbo-framework-common" % "3.0.0.RELEASE"
[com.github.liaomengge/base-dubbo-framework-common "3.0.0.RELEASE"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
com.github.liaomengge : base-common-middleware jar 3.0.0.RELEASE
com.github.liaomengge : base-common-utils jar 3.0.0.RELEASE
com.alibaba : dubbo jar
org.glassfish.web : javax.el jar
org.apache.tomcat.embed : tomcat-embed-core jar
com.github.liaomengge : base-dubbo-framework-api jar 3.0.0.RELEASE

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

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

Base Framework

github stars github forks jdk version maven center sonatype nexus snapshots github license

spring boot version spring cloud version spring cloud alibaba version

使用说明

稳定版

Maven Release
<repositories>
    <repository>
        <id>aliyun-maven</id>
        <name>aliyun maven</name>
        <url>https://maven.aliyun.com/repository/public</url>
        <releases><enabled>true</enabled></releases>
        <snapshots><enabled>true</enabled><updatePolicy>always</updatePolicy></snapshots>
    </repository>
</repositories>
<dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.github.liaomengge</groupId>
                <artifactId>base-framework-bom</artifactId>
                <version>${latest-release-version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>
Gradle Release
repositories {
        mavenLocal()
        maven { url 'https://maven.aliyun.com/repository/public' }
        maven { url 'https://maven.aliyun.com/repository/spring' }
        maven { url 'https://maven.aliyun.com/repository/spring-plugin' }
        mavenCentral()
    }
dependencyManagement {
        imports {
            mavenBom "com.github.liaomengge:base-framework-bom:${latest-release-version}"
        }
}

快照版

Maven Snapshot
<repositories>
    <repository>
        <id>sonatype-nexus-snapshots</id>
        <name>Sonatype Nexus Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <releases><enabled>false</enabled></releases>
        <snapshots><enabled>true</enabled><updatePolicy>always</updatePolicy></snapshots>
    </repository>
</repositories>
<dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.github.liaomengge</groupId>
                <artifactId>base-framework-bom</artifactId>
                <version>${latest-snapshot-version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>
Gradle Snapshot
repositories {
        mavenLocal()
        maven { url 'https://maven.aliyun.com/repository/public' }
        maven { url 'https://maven.aliyun.com/repository/spring' }
        maven { url 'https://maven.aliyun.com/repository/spring-plugin' }
        maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
        mavenCentral()
    }
dependencyManagement {
        imports {
            mavenBom "com.github.liaomengge:base-framework-bom:${latest-snapshot-version}"
        }
}

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

Версия
3.0.0.RELEASE
2.0.5-RELEASE
1.2.0-RELEASE