ci/cd调整

This commit is contained in:
2026-06-10 16:27:59 +08:00
parent fe5e19603b
commit 809c2df2b7
20 changed files with 110 additions and 75 deletions

View File

@@ -5,11 +5,9 @@ import (
"order/controller"
"order/service"
_ "gitea.com/red-future/common/config"
_ "gitea.com/red-future/common/db/mongo"
"gitea.com/red-future/common/http"
"gitea.com/red-future/common/jaeger"
_ "gitea.com/red-future/common/ragflow" // RAGFlow 客户端自动初始化
_ "gitea.redpowerfuture.com/red-future/common/db/mongo"
"gitea.redpowerfuture.com/red-future/common/http"
"gitea.redpowerfuture.com/red-future/common/jaeger"
_ "github.com/gogf/gf/contrib/drivers/mysql/v2"
_ "github.com/gogf/gf/contrib/nosql/redis/v2"
"github.com/gogf/gf/v2/frame/g"