Merge branch 'dev-lwl/consul' into test
This commit is contained in:
commit
5dc4f6fbcc
|
@ -30,6 +30,10 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
defer func() {
|
||||
logger.Recover()
|
||||
}()
|
||||
|
||||
// 加载配置
|
||||
// 1.默认配置
|
||||
configPath := consts.MainConfigPath
|
||||
|
|
Loading…
Reference in New Issue