# spider-tp **Repository Path**: kioc/spider-tp ## Basic Information - **Project Name**: spider-tp - **Description**: 动态Java线程池框架。 【技术栈】: 基于SpringBoot,封装JDK原生线程池ThreadPoolExecutor,提供动态设置线程池核心参数以及其他功能。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-08-13 - **Last Updated**: 2023-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spider-tp #### 介绍 动态Java线程池框架。 基于**美团动态线程池** 设计理念开发,针对线程池增强 动态调参等功能。 【技术栈】: 基于SpringBoot,封装JDK原生线程池ThreadPoolExecutor,提供动态设置线程池核心参数以及其他功能。 #### 功能描述 1,动态调参:支持线程池核心参数的动态调整; 2,操作日志:可以查看线程池参数的修改记录; 3,线程池管理:可以创建和终止线程池; 4,监控:可以看到线程池的当前活动状态; #### 安装教程 1. 克隆项目到本地:`git https://gitee.com/xiongbomy/spider-tp.git` 2. 创建数据库,执行本项目下的doc/dbsql/database_tables.sql的脚本 3. 修改配置文件application.yml中的数据库连接配置为你自己的数据库地址和账号密码 4. 启动服务即可,通过swager查看接口http://localhost:8080/swagger-ui/index.html# #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request