Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 356 Bytes

01-compile.md

File metadata and controls

16 lines (14 loc) · 356 Bytes

1、获取threadpool4j源码。

git clone https://github.com/aofeng/threadpool4j

2、编译源码生成jar。

进入项目根目录,执行ant脚本:

ant

会生成一个dist目录,下面有两个文件。如:

threadpool4j-2.1.0-src.jar    源码jar
threadpool4j-2.1.0.jar        用于发布的二进制jar