base common starter

base common starter for developer

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы Quartz Библиотеки уровня приложения Job Scheduling
Группа

Группа

com.github.liaomengge
Идентификатор

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

ly-quartz-spring-boot-starter
Последняя версия

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

2.0.1-RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

base common starter
base common starter for developer
Ссылка на сайт

Ссылка на сайт

https://github.com/liaomengge/base
Система контроля версий

Система контроля версий

https://github.com/liaomengge/base

Скачать ly-quartz-spring-boot-starter

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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

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

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

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

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

Версия
2.0.1-RELEASE