This commit is contained in:
2021-08-29 18:02:09 +08:00
commit 7ec40106f1
36 changed files with 1611 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,13 @@
#我是注释
#执行的类或对象方法所在包的名字
#[com.eg.www]
#需要执行的类名和方法名
#App.Test = * * * * * ? *
#执行的类或对象方法所在包的名字
[com.eg.www.common]
#每小时刷新阿里云盘登录信息
CronTask.updateALiYunPanToken = 0 0 0/1 * * ?
#执行的类或对象方法所在包的名字
[com.eg.www.common]
#每天晚上八点自动备份文件
CronTask.backFileList = 0 0 20 * * ? *

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB