脖环

baishaojie 16691988d9 1 2 жил өмнө
api 16691988d9 1 2 жил өмнө
conf 16691988d9 1 2 жил өмнө
dist 16691988d9 1 2 жил өмнө
docs 16691988d9 1 2 жил өмнө
file 16691988d9 1 2 жил өмнө
hack 16691988d9 1 2 жил өмнө
image 16691988d9 1 2 жил өмнө
internal 16691988d9 1 2 жил өмнө
manifest 16691988d9 1 2 жил өмнө
resource 16691988d9 1 2 жил өмнө
utility 16691988d9 1 2 жил өмнө
.gitattributes 16691988d9 1 2 жил өмнө
.gitignore 16691988d9 1 2 жил өмнө
Makefile 16691988d9 1 2 жил өмнө
README.MD 16691988d9 1 2 жил өмнө
__debug_bin.exe 16691988d9 1 2 жил өмнө
demo.exe 16691988d9 1 2 жил өмнө
dist.zip 16691988d9 1 2 жил өмнө
go.mod 16691988d9 1 2 жил өмнө
go.sum 16691988d9 1 2 жил өмнө
linux.bat 16691988d9 1 2 жил өмнө
main.go 16691988d9 1 2 жил өмнө
neckring 16691988d9 1 2 жил өмнө
update.sql 16691988d9 1 2 жил өмнө

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.