dynamic-thread-pool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yupaits</groupId>
<artifactId>dynamic-thread-pool</artifactId>
<version>1.2.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yupaits</groupId>
<artifactId>dynamic-thread-pool</artifactId>
<version>1.2.4</version>
<name>dynamic-thread-pool</name>
<description>动态线程池组件</description>
<url>https://github.com/yupaits/yutool/yutool-parent/yutool-plugins/dynamic-thread-pool</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/yupaits/yutool/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>yupaits</id>
<email>ts495606653@hotmail.com</email>
<url>https://github.com/yupaits</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-boot.git/yutool/yutool-parent/yutool-plugins/dynamic-thread-pool</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git/yutool/yutool-parent/yutool-plugins/dynamic-thread-pool</developerConnection>
<url>https://github.com/yupaits/yutool.git/yutool-parent/yutool-plugins/dynamic-thread-pool</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/spring-projects/spring-boot/issues</url>
</issueManagement>
<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.yupaits</groupId>
<artifactId>yutool-commons</artifactId>
<version>1.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>2.3.12.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.3.12.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>