# ERP_storage 仓库管理 ## 项目部署 ### 1、修改配置文件 conf/app.conf ### 2、打包linux二进制包 GOOS=linux GOARCH=amd64 go build ERP_storage.go ### 3、启动服务 ./ERP_storage