add readme

This commit is contained in:
Looly
2023-04-17 01:04:37 +08:00
parent b73d7b2e68
commit c7be2191ae
13 changed files with 229 additions and 102 deletions

19
hutool-cron/README.md Normal file
View File

@@ -0,0 +1,19 @@
<p align="center">
<a href="https://hutool.cn/"><img src="https://plus.hutool.cn/images/hutool.svg" width="45%"></a>
</p>
<p align="center">
<strong>🍬Make Java Sweet Again.</strong>
</p>
<p align="center">
👉 <a href="https://hutool.cn">https://hutool.cn/</a> 👈
</p>
## 📚Hutool-cron 模块介绍
`Hutool-cron`提供简单定时任务的功能。
-------------------------------------------------------------------------------
## 🛠️包含内容
Hutool的定时任务模块与Linux的Crontab使用上非常类似通过一个`cron.setting`配置文件简单调用start()方法即可简单使用。