Aliyun Spring Boot :: Starters :: SchedulerX

Spring Boot Starter for Aliyun SchedulerX

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.alibaba.cloud
ArtifactId

ArtifactId

aliyun-schedulerx-spring-boot-starter
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Aliyun Spring Boot :: Starters :: SchedulerX
Spring Boot Starter for Aliyun SchedulerX

Download aliyun-schedulerx-spring-boot-starter

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.springframework.boot : spring-boot-actuator-autoconfigure Optional jar
org.springframework.boot : spring-boot-starter Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
com.alibaba.cloud : aliyun-context-spring-boot-starter jar 1.0.0
com.alibaba.edas : schedulerX-client jar 2.1.6
com.aliyun : aliyun-java-sdk-core jar 4.5.0
org.slf4j : slf4j-api Optional jar

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

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