base common starter

base common starter for developer

License

License

Categories

Categories

Spring Boot Container Microservices Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

com.github.liaomengge
ArtifactId

ArtifactId

ly-quartz-spring-boot-starter
Last Version

Last Version

2.0.1-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

base common starter
base common starter for developer
Project URL

Project URL

https://github.com/liaomengge/base
Source Code Management

Source Code Management

https://github.com/liaomengge/base

Download ly-quartz-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.liaomengge/ly-quartz-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.liaomengge</groupId>
    <artifactId>ly-quartz-spring-boot-starter</artifactId>
    <version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaomengge/ly-quartz-spring-boot-starter/
implementation 'com.github.liaomengge:ly-quartz-spring-boot-starter:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.liaomengge/ly-quartz-spring-boot-starter/
implementation ("com.github.liaomengge:ly-quartz-spring-boot-starter:2.0.1-RELEASE")
'com.github.liaomengge:ly-quartz-spring-boot-starter:jar:2.0.1-RELEASE'
<dependency org="com.github.liaomengge" name="ly-quartz-spring-boot-starter" rev="2.0.1-RELEASE">
  <artifact name="ly-quartz-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liaomengge', module='ly-quartz-spring-boot-starter', version='2.0.1-RELEASE')
)
libraryDependencies += "com.github.liaomengge" % "ly-quartz-spring-boot-starter" % "2.0.1-RELEASE"
[com.github.liaomengge/ly-quartz-spring-boot-starter "2.0.1-RELEASE"]

Dependencies

compile (5)

Group / Artifact Type Version
com.github.liaomengge : base-common-utils jar 1.1.5-RELEASE
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-starter-actuator jar
org.springframework.cloud : spring-cloud-context jar
org.quartz-scheduler : quartz jar

Project Modules

There are no modules declared in this project.

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}"
        }
}

Versions

Version
2.0.1-RELEASE