MVN

io.github.lyh200 : dynamic-tp-spring-cloud-starter

Maven & Gradle

Jan 14, 2022
3.3k stars

DynamicTp Spring Cloud Starter · 🔥🔥🔥轻量级动态线程池,内置监控告警功能,基于主流配置中心(默认支持Nacos、Apollo,可通过SPI自定义实现)

<dependency>
    <groupId>io.github.lyh200</groupId>
    <artifactId>dynamic-tp-spring-cloud-starter</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.lyh200 : dynamic-tp-spring-cloud-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-RELEASE

All Versions

Choose a version of io.github.lyh200 : dynamic-tp-spring-cloud-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dynamic-tp-spring-cloud-starter-1.0.2-RELEASE
dynamic-tp-spring-cloud-starter-1.0.1-RELEASE
dynamic-tp-spring-cloud-starter-1.0.1
dynamic-tp-spring-cloud-starter-1.0.0-RELEASE

How to add a dependency to Maven

Add the following io.github.lyh200 : dynamic-tp-spring-cloud-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.lyh200</groupId>
    <artifactId>dynamic-tp-spring-cloud-starter</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.lyh200 : dynamic-tp-spring-cloud-starter gradle dependency to your build.gradle file:

implementation 'io.github.lyh200:dynamic-tp-spring-cloud-starter:1.0.2-RELEASE'

Gradle Kotlin DSL: Add the following io.github.lyh200 : dynamic-tp-spring-cloud-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.lyh200:dynamic-tp-spring-cloud-starter:1.0.2-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.lyh200 : dynamic-tp-spring-cloud-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.lyh200" % "dynamic-tp-spring-cloud-starter" % "1.0.2-RELEASE"

Advertisement