This commit is contained in:
xuxueli 2017-12-29 20:25:12 +08:00
parent 7b15aa393e
commit 86ae3394d6
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ XXL-JOB是一个轻量级分布式任务调度框架其核心设计目标是
<dependency> <dependency>
<groupId>com.xuxueli</groupId> <groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId> <artifactId>xxl-job-core</artifactId>
<version>1.8.2</version> <version>${最新稳定版本}</version>
</dependency> </dependency>
``` ```