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.
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>
Alibaba Cloud OSS: An encrypted and secure cloud storage service which stores, processes and accesses massive amounts of data from anywhere in the world.
Alibaba Cloud SMS: A messaging service that covers the globe, Alibaba SMS provides convenient, efficient, and intelligent communication capabilities that help businesses quickly contact their customers.
Alibaba Cloud SchedulerX: Accurate, highly available job scheduling services(cron, one time, job dependency and batch compute) with log services, monitor dashboard and alarm services.
Alibaba Cloud Redis: A key value database service that offers in-memory caching and high-speed access to applications hosted on the cloud.
Alibaba Cloud RDS MySQL: A fully hosted online database service that supports MySQL 5.5, 5.6, 5.7, and 8.0.
Alibaba Cloud Compileflow: Core business process engine of Alibaba Halo platform. Best engine for trade Scenes.
Alibaba Cloud Function Compute: Core business process engine of Alibaba Halo platform. Best engine for trade Scenes.
Current project only supports Spring Boot 2 and above, does not support Spring Boot 1.x at all.
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
DingDing Chat group is recommended for discussing almost anything related to aliyun-spring-boot
.