# tiny-task-spring-boot-starter
**Repository Path**: ALI1416/tiny-task-spring-boot-starter
## Basic Information
- **Project Name**: tiny-task-spring-boot-starter
- **Description**: Tiny Task SpringBoot Starter 轻量级集群任务SpringBoot启动器
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2023-09-21
- **Last Updated**: 2026-03-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Tiny Task SpringBoot Starter 轻量级任务SpringBoot启动器
[](https://www.apache.org/licenses/LICENSE-2.0.txt)
[](https://openjdk.org/)
[](https://mvnrepository.com/artifact/cn.404z/tiny-task-spring-boot-starter)
[](https://github.com/ALI1416/tiny-task-spring-boot-starter/tags)
[](https://github.com/ALI1416/tiny-task-spring-boot-starter/archive/refs/heads/master.zip)
[](https://github.com/ALI1416/tiny-task-spring-boot-starter/actions/workflows/ci.yml)
[

](https://sonarcloud.io/summary/new_code?id=ALI1416_tiny-task-spring-boot-starter)
## 简介
轻量级任务SpringBoot实现,使用Redis、RabbitMQ等技术
### 支持版本
- [主线版本](https://github.com/ALI1416/tiny-task-spring-boot-starter/tree/master) 支持集群,无UI界面不可动态控制
- [单机版](https://github.com/ALI1416/tiny-task-spring-boot-starter/tree/single) 不支持集群,有UI界面可以动态控制
- [专业版](https://github.com/ALI1416/tiny-task-spring-boot-starter/tree/pro) 支持集群,有UI界面可以动态控制
## 依赖导入
```xml
cn.404z
tiny-task-spring-boot-starter
1.6.0
org.springframework.boot
spring-boot-starter
2.7.18
org.springframework.boot
spring-boot-starter-data-redis
2.7.18
org.springframework.boot
spring-boot-starter-amqp
2.7.18
```
## 使用方法
```java
// 每分钟的0秒执行一次
@Task("0 * * * * *")
public void test() {
}
```
更多请见[测试](./test/tiny-task-spring-boot-starter-test)
## 更新日志
[点击查看](./CHANGELOG.md)
## 关于