mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-16 04:36:35 +08:00
refactor: ioc与系统初始化处理方式调整
This commit is contained in:
@@ -14,7 +14,7 @@ var (
|
||||
dbBinlogApp *DbBinlogApp
|
||||
)
|
||||
|
||||
func init() {
|
||||
func InitIoc() {
|
||||
persistence.Init()
|
||||
|
||||
ioc.Register(new(instanceAppImpl), ioc.WithComponentName("DbInstanceApp"))
|
||||
|
||||
Reference in New Issue
Block a user