|
@@ -3,11 +3,19 @@ ___
|
|
|
### Introduction
|
|
|
基于开源项目:git@github.com:xuxueli/xxl-job.git
|
|
|
|
|
|
-### Installation
|
|
|
-
|
|
|
+https://www.xuxueli.com/xxl-job/
|
|
|
|
|
|
+### Installation
|
|
|
+```xml
|
|
|
+<dependency>
|
|
|
+ <groupId>com.xuxueli</groupId>
|
|
|
+ <artifactId>xxl-job-core</artifactId>
|
|
|
+ <version>${最新稳定版本}</version>
|
|
|
+</dependency>
|
|
|
+```
|
|
|
|
|
|
### Release
|
|
|
-#### 2024-07-22
|
|
|
+#### 版本 2.4.1 [2024-07-22]
|
|
|
1. 基于开源xxl-job 2.4.1版本搭建
|
|
|
2. 支持飞书报警
|
|
|
+3. 支持jenkins部署
|