huangyan 34fef14604 保温箱记录,冰排记录 | hace 8 horas | |
---|---|---|
app | hace 8 horas | |
cmd | hace 4 meses | |
common | hace 8 horas | |
conf | hace 1 mes | |
db | hace 8 horas | |
ssh | hace 6 meses | |
static | hace 6 meses | |
.gitignore | hace 4 meses | |
Dockerfile | hace 6 meses | |
Makefile | hace 6 meses | |
README.md | hace 1 mes | |
docker-compose.yml | hace 6 meses | |
go.mod | hace 1 semana | |
go.sum | hace 1 semana | |
main.go | hace 6 meses | |
openapi.md | hace 2 meses | |
setting.yml | hace 1 semana |
go env -w GOPRIVATE=https://gogs.baozhida.cn
go mod edit -replace gogs.baozhida.cn/zoie/OAuth-core=${Yours_Path}/OAuth-core
go mod edit -replace gogs.baozhida.cn/zoie/OAuth-core=/Users/work/bzd_project/OAuth-core
go gorm
开发前需要安装以下工具
参考 conf/setting.yml
# windows
go build main.go
# macOS or linux
make build
# windows
env GOOS=windows GOARCH=amd64 go build main.go
# macOS or linux
env GOOS=linux GOARCH=amd64 go build main.go
启动冷链 FRPC
# macOS or linux 下使用
$ ./cold-delivery server -c conf/settings.yml
# 注意:windows 下使用
$ cold-delivery.exe server -c conf/settings.yml
./ssh/swag.sh
swag init --parseDependency --parseInternal
swag init --parseDependency --parseDepth=6
http://localhost:port/swagger/index.html
1 - 全部数据权限
3 - 本机构数据权限
4 - 本机构及以下数据权限
5 - 仅本人数据权限