Sin descripción

zoie 10ba5b803e update:优化数据展示、图表展示下载pdf hace 2 meses
.idea 7516f0dd4d 11-14 hace 2 años
Nats 291168c925 add:nats修改设备校准时间 hace 2 meses
conf 291168c925 add:nats修改设备校准时间 hace 2 meses
controllers 10ba5b803e update:优化数据展示、图表展示下载pdf hace 2 meses
initialize 24e1dc9243 FIX:修复设备管理启用筛选不生效问题 hace 7 meses
logs 32e17a96b7 UPDATE:优化日志 hace 7 meses
models f149be35cb update:日志优化 hace 3 meses
routers f149be35cb update:日志优化 hace 3 meses
static 8dc216cbe8 first commit hace 2 años
tests d65d8c6a1b 12-20 hace 1 año
.gitignore 09ada4ad83 add:orm日志配置,小程序传感器接口 hace 1 año
Dockerfile e60d14dfd0 11-16 hace 2 años
Makefile 83c765648a add: 设备产品升级,设备日志,报警优化,主页 hace 1 año
README.md 291168c925 add:nats修改设备校准时间 hace 2 meses
Z_Build.bat d65d8c6a1b 12-20 hace 1 año
go.mod 32e17a96b7 UPDATE:优化日志 hace 7 meses
go.sh 2554063744 8-9 hace 2 años
go.sum 32e17a96b7 UPDATE:优化日志 hace 7 meses
go_build_main_go.exe 9a58a0ecfe 27 hace 2 años
main.go 32e17a96b7 UPDATE:优化日志 hace 7 meses

README.md

ColdVerify_server

冷链3.0系统

项目部署

1、修改配置文件

conf/app.conf

2、打包linux二进制包

GOOS=linux GOARCH=amd64 go build Cold_Api.go

3、启动服务

./Cold_Api

4、导入基础数据到数据库

conf/menu.sql conf/sql.sql conf/product_type.sql conf/warning_type.sql