Aliyun Spring Boot :: Dependencies

Spring Boot Dependencies for Alibaba Cloud

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

aliyun-spring-boot-dependencies
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Aliyun Spring Boot :: Dependencies
Spring Boot Dependencies for Alibaba Cloud

Скачать aliyun-spring-boot-dependencies

Имя Файла Размер
aliyun-spring-boot-dependencies-1.0.0.pom 4 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.alibaba.cloud/aliyun-spring-boot-dependencies/ -->
<dependency>
    <groupId>com.alibaba.cloud</groupId>
    <artifactId>aliyun-spring-boot-dependencies</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.cloud/aliyun-spring-boot-dependencies/
implementation 'com.alibaba.cloud:aliyun-spring-boot-dependencies:1.0.0'
// https://jarcasting.com/artifacts/com.alibaba.cloud/aliyun-spring-boot-dependencies/
implementation ("com.alibaba.cloud:aliyun-spring-boot-dependencies:1.0.0")
'com.alibaba.cloud:aliyun-spring-boot-dependencies:pom:1.0.0'
<dependency org="com.alibaba.cloud" name="aliyun-spring-boot-dependencies" rev="1.0.0">
  <artifact name="aliyun-spring-boot-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.cloud', module='aliyun-spring-boot-dependencies', version='1.0.0')
)
libraryDependencies += "com.alibaba.cloud" % "aliyun-spring-boot-dependencies" % "1.0.0"
[com.alibaba.cloud/aliyun-spring-boot-dependencies "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Introduction

License

This project is for Spring Boot Starters of Alibaba Cloud services, which makes it easy to create the Spring Boot Application in Alibaba Cloud services.

See the 中文文档 for Chinese readme.

How to Use

Add maven dependency

These artifacts are available from Maven Central via BOM:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.alibaba.cloud</groupId>
            <artifactId>aliyun-spring-boot-dependencies</artifactId>
            <version>1.0.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

add the module in dependencies.

If you'd like to use the SNAPSHOT artifacts, please add the following <repository> into pom.xml:

<repositories>
    <repository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <releases>
            <enabled>false</enabled>
        </releases>
    </repository>
</repositories>

Components

Version

Current project only supports Spring Boot 2 and above, does not support Spring Boot 1.x at all.

How to build

Spring Boot uses Maven for most build-related activities, and you should be able to get off the ground quite quickly by cloning the project you are interested in and typing:

./mvnw install

Contact Us

DingDing Chat group is recommended for discussing almost anything related to aliyun-spring-boot.

DingQR

com.alibaba.cloud

Alibaba

Alibaba Open Source

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

Версия
1.0.0