refactor: reorganize modules and add Linux build tooling

This commit is contained in:
2026-08-09 12:41:08 +08:00
parent 86024fa81d
commit 5cc5fd92ed
1461 changed files with 4054 additions and 4724 deletions

View File

@@ -0,0 +1,27 @@
# 微服务相关配置
service:
key: order
origin: bsm
describe: system order microservice
# 编译选项二进制文件docker镜像
build:
- binary
- docker
# docker 环境镜像
docker_image: golang:1.26.5
# docker 私有仓库
docker_registry:
endpoint: cid.apinb.com
account: op
password: 123456
# 微服务系统变量,docker或宿主机
start:
- export BlocksMesh_Workspace=scf
- export BlocksMesh_Prefix=/usr/local/bsm/
- export BlocksMesh_RuntimeMode=dev
- export BlocksMesh_JwtSecretKey=Cblocksmesh2022C