feat: 完成用户微服务 gRPC 实现,包含数据库与服务启动逻辑

This commit is contained in:
fish
2026-03-28 18:11:15 +08:00
parent 911654b60b
commit 27da6939f4
6 changed files with 300 additions and 0 deletions

View File

@@ -17,3 +17,11 @@ services:
- "8080:8080"
environment:
- GO_ENV=production
user-svc:
build:
context: ./services/user-svc
ports:
- "50051:50051"
environment:
- GO_ENV=production