MVN

com.admin4j.framework : ttl-spring-boot-starter

Maven & Gradle

Nov 07, 2023

ttl-spring-boot-starter · 异步框架封装 - 由于spring原生异步会有内存泄漏危险,故引入自定义异步配置,同时支持 阿里的 ttl

<dependency>
    <groupId>com.admin4j.framework</groupId>
    <artifactId>ttl-spring-boot-starter</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.admin4j.framework : ttl-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of com.admin4j.framework : ttl-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
ttl-spring-boot-starter-0.9.0

How to add a dependency to Maven

Add the following com.admin4j.framework : ttl-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.admin4j.framework</groupId>
    <artifactId>ttl-spring-boot-starter</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.admin4j.framework : ttl-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.admin4j.framework:ttl-spring-boot-starter:0.9.0'

Gradle Kotlin DSL: Add the following com.admin4j.framework : ttl-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.admin4j.framework:ttl-spring-boot-starter:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.admin4j.framework : ttl-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.admin4j.framework" % "ttl-spring-boot-starter" % "0.9.0"