feat(all): Modify Project Package Name cn.hutool->org.dromara.hutool

BREAKING CHANGE: 包名变更

Closes https://gitee.com/dromara/hutool/issues/I6SC4B
This commit is contained in:
yulin
2023-04-03 02:32:22 +08:00
parent 92807dc7a7
commit 4c154b3aa3
2072 changed files with 6967 additions and 6962 deletions

View File

@@ -6,9 +6,9 @@
# 3. 表达式为7位此时兼容Quartz模式第一位匹配秒最后一位匹配年
#------------------------------------------------------------------
# cn.hutool.cron.demo.TestJob.doTest = */1 * * * * *
# demo.org.dromara.hutool.cron.TestJob.doTest = */1 * * * * *
[cn.hutool.cron.demo]=
[org.dromara.hutool.cron.demo]=
# 6位表达式在秒匹配模式下可用此处表示每秒执行一次
# TestJob.doTest = */1 * * * * *
# 5位表达式在分匹配模式下可用此处表示每分钟执行一次