pxc-framework-thread-pool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-thread-pool</artifactId>
<version>2022-2.7-1.5</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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pxc-framework-parent</artifactId>
<groupId>io.github.panxiaochao</groupId>
<version>2022-2.7-1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>pxc-framework-thread-pool</artifactId>
<packaging>jar</packaging>
<description>Framework Schedule Configuration Jar</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-log4j2</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</project>