README.md 432 B

ERP_project 项目管理系统

导入线上库

git config --global url."git@git.baozhida.cn/ERP_libs".insteadOf "http://120.55.48.97:3000/bzd_zeng/ERP_libs"

导入本地库

go mod edit -replace git.baozhida.cn/ERP_libs=${Yours_Path}/ERP_libs

项目部署

1、修改配置文件

conf/app.conf

2、打包linux二进制包

GOOS=linux GOARCH=amd64 go build ERP_project.go

3、启动服务

./ERP_project