v1.2.3 template (clean feature not done)

This commit is contained in:
2025-01-13 17:21:37 +08:00
parent 508d03c073
commit 9a31ec15a4
5 changed files with 41 additions and 23 deletions

View File

@@ -50,6 +50,7 @@ func main() {
logx.WithContext(ctx).Errorf("异步任务启动失败: %+v", err)
os.Exit(1)
}
fmt.Println("异步任务启动!!!")
}()
server := rest.MustNewServer(c.RestConf)