Merge branch 'dev-lwl/consul' into test

This commit is contained in:
lwl0608 2024-05-16 22:10:20 +08:00
commit 5dc4f6fbcc
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ import (
)
func main() {
defer func() {
logger.Recover()
}()
// 加载配置
// 1.默认配置
configPath := consts.MainConfigPath