설명 없음

Yi 417cc8d34b config: 增加疾病类型接口 5 달 전
cmd 5abe1f4eeb consumer: update 6 달 전
config 9a9476c4db analysis: 流产率分析 5 달 전
dep 9a9476c4db analysis: 流产率分析 5 달 전
http 417cc8d34b config: 增加疾病类型接口 5 달 전
migrator 41c39b2d94 job: init 7 달 전
model 417cc8d34b config: 增加疾病类型接口 5 달 전
module 417cc8d34b config: 增加疾病类型接口 5 달 전
service fed937839c crontab: 定时任务调整 6 달 전
store 25c3f1072e dept: 部门管理 1 년 전
test cc1205904d kpt-pasture: init 1 년 전
util 0f036bf86d analysis: 流产率统计优化 5 달 전
.drone.yml a3e2537e8e config: 修改牛只类型下来接口 5 달 전
.gitignore f0e6c44453 work_order: 工单业务 7 달 전
Dockerfile 869ec86e4c docker: update 4 6 달 전
Makefile cc1205904d kpt-pasture: init 1 년 전
README.md 3f82e5aeab event: mating 配种事件更新 6 달 전
docker-compose.yml efcabb0188 sameTime: 同期和日历优化 6 달 전
go.mod 417cc8d34b config: 增加疾病类型接口 5 달 전
go.sum 417cc8d34b config: 增加疾病类型接口 5 달 전
main.go cc1205904d kpt-pasture: init 1 년 전

README.md

kpt-pasture

kpt-pasture- 科湃腾牧场管理系统

Requirements

  • Go >= 1.17
  • MySQL >= 5.7
  • Docker CE >= 19.03
  • Docker compose

Develops

本地开始开发前,请先阅读 README 和 Makefile,标准使用流程:

需要设置的环境变量:

  • export APP_ENVIRONMENT=test
  • export PASTURE_WORK_DIR=D:\project\golangNew\kpt-pasture

然后你可以尝试编译:

  • make build

本地测试:

  • make test

lint: 在开发完后请记得跑下make lint做代码检查(🤔: 你可能会有疑问,为啥不配置JOB跑呢?--> 因为golang-ci-lint跑本项目需要6G+的内存,会触发OOM😂)

需要更新 go-mock:

  • 生成 mock 前,请确保你能够编译 & 编译完成
  • make generate

todo列表:

  • module/crontab/crontab.go 中119行[Limit(100)] 待优化,case为产后日期类型待测试
  • 后台添加配种数据时候,不知道该牛只是同期还是自然发情还是人工揭发?