flood-dynamic-thread-pool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mmdai</groupId>
<artifactId>flood-dynamic-thread-pool</artifactId>
<version>2.7.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>flood-dependencies</artifactId>
<groupId>io.github.mmdai</groupId>
<version> 2.7.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>flood-dynamic-thread-pool</artifactId>
<dependencies>
<dependency>
<groupId>io.github.mmdai</groupId>
<artifactId>flood-tools-core</artifactId>
<version>${flood.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
</dependencies>
</project>