mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
feat: 新增cron组件、cron支持6位秒级别
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package initialize
|
||||
|
||||
import (
|
||||
dbApp "mayfly-go/internal/db/application"
|
||||
dbInit "mayfly-go/internal/db/init"
|
||||
machineInit "mayfly-go/internal/machine/init"
|
||||
)
|
||||
|
||||
func InitOther() {
|
||||
machineInit.Init()
|
||||
dbApp.Init()
|
||||
dbInit.Init()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user