Aliyun Spring Boot :: Dependencies

Spring Boot Dependencies for Alibaba Cloud

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.alibaba.cloud
ArtifactId

ArtifactId

aliyun-spring-boot-dependencies
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Download aliyun-spring-boot-dependencies

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0