脖环

baishaojie 16691988d9 1 2 yıl önce
api 16691988d9 1 2 yıl önce
conf 16691988d9 1 2 yıl önce
dist 16691988d9 1 2 yıl önce
docs 16691988d9 1 2 yıl önce
file 16691988d9 1 2 yıl önce
hack 16691988d9 1 2 yıl önce
image 16691988d9 1 2 yıl önce
internal 16691988d9 1 2 yıl önce
manifest 16691988d9 1 2 yıl önce
resource 16691988d9 1 2 yıl önce
utility 16691988d9 1 2 yıl önce
.gitattributes 16691988d9 1 2 yıl önce
.gitignore 16691988d9 1 2 yıl önce
Makefile 16691988d9 1 2 yıl önce
README.MD 16691988d9 1 2 yıl önce
__debug_bin.exe 16691988d9 1 2 yıl önce
demo.exe 16691988d9 1 2 yıl önce
dist.zip 16691988d9 1 2 yıl önce
go.mod 16691988d9 1 2 yıl önce
go.sum 16691988d9 1 2 yıl önce
linux.bat 16691988d9 1 2 yıl önce
main.go 16691988d9 1 2 yıl önce
neckring 16691988d9 1 2 yıl önce
update.sql 16691988d9 1 2 yıl önce

README.MD

GoFrame Template For SingleRepo

Project Makefile Commands:

  • make cli: Install or Update to the latest GoFrame CLI tool.
  • make dao: Generate go files for Entity/DAO/DO according to the configuration file from hack folder.
  • make service: Parse logic folder to generate interface go files into service folder.
  • make image TAG=xxx: Run docker build to build image according manifest/docker.
  • make image.push TAG=xxx: Run docker build and docker push to build and push image according manifest/docker.
  • make deploy TAG=xxx: Run kustomize build to build and deploy deployment to kubernetes server group according manifest/deploy.